|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.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 |
GlacierDefaultPolicy.checkSignature(Manifest manifest,
VersionKey key)
|
boolean |
GlacierPolicy.checkSignature(Manifest manifest,
VersionKey key)
|
Manifest[] |
GlacierDefaultPolicy.createManifests(VersionKey key,
PastContent obj,
Fragment[] fragments,
long expiration)
|
Manifest[] |
GlacierPolicy.createManifests(VersionKey key,
PastContent obj,
Fragment[] fragments,
long expiration)
|
Manifest[] |
GlacierDefaultPolicy.createManifests(VersionKey key,
RawPastContent obj,
Fragment[] fragments,
long expiration)
|
void |
GlacierDefaultPolicy.prefetchLocalObject(VersionKey key,
Continuation command)
|
void |
GlacierPolicy.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 |
GlacierDefaultPolicy.updateManifest(VersionKey key,
Manifest manifest,
long newExpiration)
|
Manifest |
GlacierPolicy.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[] |
GlacierRefreshCompleteMessage.keys
|
protected VersionKey[] |
GlacierRefreshPatchMessage.keys
|
Methods in rice.p2p.glacier.v2.messaging that return VersionKey | |
---|---|
VersionKey[] |
GlacierRefreshPatchMessage.getAllKeys()
|
VersionKey |
GlacierRefreshCompleteMessage.getKey(int index)
|
VersionKey |
GlacierRefreshPatchMessage.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)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |