|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Manifest | |
rice.p2p.glacier.v2 | |
rice.p2p.glacier.v2.messaging |
Uses of Manifest in rice.p2p.glacier.v2 |
Fields in rice.p2p.glacier.v2 declared as Manifest | |
Manifest |
FragmentAndManifest.manifest
DESCRIBE THE FIELD |
protected Manifest |
GlacierContentHandle.manifest
DESCRIBE THE FIELD |
Methods in rice.p2p.glacier.v2 that return Manifest | |
Manifest |
GlacierContentHandle.getManifest()
Gets the Manifest attribute of the GlacierContentHandle object |
Manifest[] |
GlacierDefaultPolicy.createManifests(VersionKey key,
RawPastContent obj,
Fragment[] fragments,
long expiration)
DESCRIBE THE METHOD |
Manifest[] |
GlacierDefaultPolicy.createManifests(VersionKey key,
PastContent obj,
Fragment[] fragments,
long expiration)
DESCRIBE THE METHOD |
Manifest |
GlacierDefaultPolicy.updateManifest(VersionKey key,
Manifest manifest,
long newExpiration)
DESCRIBE THE METHOD |
Manifest[] |
GlacierPolicy.createManifests(VersionKey key,
PastContent obj,
Fragment[] fragments,
long expiration)
DESCRIBE THE METHOD |
Manifest |
GlacierPolicy.updateManifest(VersionKey key,
Manifest manifest,
long newExpiration)
DESCRIBE THE METHOD |
Methods in rice.p2p.glacier.v2 with parameters of type Manifest | |
boolean |
GlacierDefaultPolicy.checkSignature(Manifest manifest,
VersionKey key)
DESCRIBE THE METHOD |
protected void |
GlacierDefaultPolicy.signManifest(Manifest manifest,
VersionKey key)
DESCRIBE THE METHOD |
Manifest |
GlacierDefaultPolicy.updateManifest(VersionKey key,
Manifest manifest,
long newExpiration)
DESCRIBE THE METHOD |
void |
GlacierImpl.retrieveObject(VersionKey key,
Manifest manifest,
boolean beStrict,
char tag,
Continuation c)
DESCRIBE THE METHOD |
void |
GlacierImpl.retrieveFragment(FragmentKey key,
Manifest manifest,
char tag,
GlacierContinuation c)
DESCRIBE THE METHOD |
void |
GlacierImpl.rateLimitedRetrieveFragment(FragmentKey key,
Manifest manifest,
char tag,
GlacierContinuation c)
DESCRIBE THE METHOD |
boolean |
GlacierPolicy.checkSignature(Manifest manifest,
VersionKey key)
DESCRIBE THE METHOD |
Manifest |
GlacierPolicy.updateManifest(VersionKey key,
Manifest manifest,
long newExpiration)
DESCRIBE THE METHOD |
Constructors in rice.p2p.glacier.v2 with parameters of type Manifest | |
FragmentAndManifest(Fragment fragment,
Manifest manifest)
Constructor for FragmentAndManifest. |
|
GlacierContentHandle(Id id,
long version,
NodeHandle nodeHandle,
Manifest manifest)
Constructor for GlacierContentHandle. |
Uses of Manifest in rice.p2p.glacier.v2.messaging |
Fields in rice.p2p.glacier.v2.messaging declared as Manifest | |
protected Manifest[] |
GlacierDataMessage.manifests
DESCRIBE THE FIELD |
Methods in rice.p2p.glacier.v2.messaging that return Manifest | |
Manifest |
GlacierDataMessage.getManifest(int index)
Gets the Manifest attribute of the GlacierDataMessage object |
Constructors in rice.p2p.glacier.v2.messaging with parameters of type Manifest | |
GlacierDataMessage(int uid,
FragmentKey key,
Fragment fragment,
Manifest manifest,
NodeHandle source,
Id dest,
boolean isResponse,
char tag)
Constructor for GlacierDataMessage. |
|
GlacierDataMessage(int uid,
FragmentKey[] keys,
Fragment[] fragments,
Manifest[] manifests,
NodeHandle source,
Id dest,
boolean isResponse,
char tag)
Constructor for GlacierDataMessage. |
|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |