ePOST API

Uses of Class
rice.p2p.glacier.v2.Manifest

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
           
protected  Manifest GlacierContentHandle.manifest
           
 

Methods in rice.p2p.glacier.v2 that return Manifest
 Manifest[] GlacierDefaultPolicy.createManifests(VersionKey key, java.io.Serializable obj, Fragment[] fragments, long expiration)
           
 Manifest[] GlacierPolicy.createManifests(VersionKey key, java.io.Serializable obj, Fragment[] fragments, long expiration)
           
 Manifest GlacierContentHandle.getManifest()
           
 Manifest GlacierDefaultPolicy.updateManifest(VersionKey key, Manifest manifest, long newExpiration)
           
 Manifest GlacierPolicy.updateManifest(VersionKey key, Manifest manifest, long newExpiration)
           
 

Methods in rice.p2p.glacier.v2 with parameters of type Manifest
 boolean GlacierDefaultPolicy.checkSignature(Manifest manifest, VersionKey key)
           
 boolean GlacierPolicy.checkSignature(Manifest manifest, VersionKey key)
           
 void GlacierImpl.rateLimitedRetrieveFragment(FragmentKey key, Manifest manifest, char tag, GlacierContinuation c)
           
 void GlacierImpl.retrieveFragment(FragmentKey key, Manifest manifest, char tag, GlacierContinuation c)
           
 void GlacierImpl.retrieveObject(VersionKey key, Manifest manifest, boolean beStrict, char tag, Continuation c)
           
protected  void GlacierDefaultPolicy.signManifest(Manifest manifest, VersionKey key)
           
 Manifest GlacierDefaultPolicy.updateManifest(VersionKey key, Manifest manifest, long newExpiration)
           
 Manifest GlacierPolicy.updateManifest(VersionKey key, Manifest manifest, long newExpiration)
           
 

Constructors in rice.p2p.glacier.v2 with parameters of type Manifest
FragmentAndManifest(Fragment fragment, Manifest manifest)
           
GlacierContentHandle(Id id, long version, NodeHandle nodeHandle, Manifest manifest)
           
 

Uses of Manifest in rice.p2p.glacier.v2.messaging
 

Fields in rice.p2p.glacier.v2.messaging declared as Manifest
protected  Manifest[] GlacierDataMessage.manifests
           
 

Methods in rice.p2p.glacier.v2.messaging that return Manifest
 Manifest GlacierDataMessage.getManifest(int index)
           
 

Constructors in rice.p2p.glacier.v2.messaging with parameters of type Manifest
GlacierDataMessage(int uid, FragmentKey[] keys, Fragment[] fragments, Manifest[] manifests, NodeHandle source, Id dest, boolean isResponse, char tag)
           
GlacierDataMessage(int uid, FragmentKey key, Fragment fragment, Manifest manifest, NodeHandle source, Id dest, boolean isResponse, char tag)
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.