Uses of Class
rice.p2p.glacier.VersionKey

Packages that use VersionKey
rice.p2p.glacier   
rice.p2p.glacier.v2   
rice.p2p.glacier.v2.messaging   
 

Uses of VersionKey in rice.p2p.glacier
 

Fields in rice.p2p.glacier declared as VersionKey
protected  VersionKey FragmentKey.key
          DESCRIBE THE FIELD
 

Methods in rice.p2p.glacier that return VersionKey
static VersionKey VersionKey.build(String s)
           
 VersionKey FragmentKey.getVersionKey()
          Gets the VersionKey attribute of the FragmentKey object
 VersionKey VersionKeySet.maxMember()
          return the largest member id
 VersionKey VersionKeySet.minMember()
          return the smallest member id
 

Constructors in rice.p2p.glacier with parameters of type VersionKey
FragmentKey(VersionKey key, int id)
          Constructor for FragmentKey.
 

Uses of VersionKey in rice.p2p.glacier.v2
 

Methods in rice.p2p.glacier.v2 with parameters of type VersionKey
 boolean GlacierPolicy.checkSignature(Manifest manifest, VersionKey key)
           
 boolean GlacierDefaultPolicy.checkSignature(Manifest manifest, VersionKey key)
           
 Manifest[] GlacierPolicy.createManifests(VersionKey key, PastContent obj, Fragment[] fragments, long expiration)
           
 Manifest[] GlacierDefaultPolicy.createManifests(VersionKey key, PastContent obj, Fragment[] fragments, long expiration)
           
 Manifest[] GlacierDefaultPolicy.createManifests(VersionKey key, RawPastContent obj, Fragment[] fragments, long expiration)
           
 void GlacierPolicy.prefetchLocalObject(VersionKey key, Continuation command)
           
 void GlacierDefaultPolicy.prefetchLocalObject(VersionKey key, Continuation command)
           
 void GlacierImpl.retrieveManifest(VersionKey key, char tag, Continuation command)
           
 void GlacierImpl.retrieveObject(VersionKey key, Manifest manifest, boolean beStrict, char tag, Continuation c)
           
protected  void GlacierDefaultPolicy.signManifest(Manifest manifest, VersionKey key)
           
 Manifest GlacierPolicy.updateManifest(VersionKey key, Manifest manifest, long newExpiration)
           
 Manifest GlacierDefaultPolicy.updateManifest(VersionKey key, Manifest manifest, long newExpiration)
           
 

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

Fields in rice.p2p.glacier.v2.messaging declared as VersionKey
protected  VersionKey[] GlacierRefreshPatchMessage.keys
           
protected  VersionKey[] GlacierRefreshCompleteMessage.keys
           
 

Methods in rice.p2p.glacier.v2.messaging that return VersionKey
 VersionKey[] GlacierRefreshPatchMessage.getAllKeys()
           
 VersionKey GlacierRefreshPatchMessage.getKey(int index)
           
 VersionKey GlacierRefreshCompleteMessage.getKey(int index)
           
 

Constructors in rice.p2p.glacier.v2.messaging with parameters of type VersionKey
GlacierRefreshCompleteMessage(int uid, VersionKey[] keys, int[] updates, NodeHandle source, Id dest, char tag)
           
GlacierRefreshPatchMessage(int uid, VersionKey[] keys, long[] lifetimes, byte[][] signatures, NodeHandle source, Id dest, char tag)
           
 



Copyright © 2010. All Rights Reserved.