|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FragmentKey | |
---|---|
rice.p2p.glacier | |
rice.p2p.glacier.v2 | |
rice.p2p.glacier.v2.messaging |
Uses of FragmentKey in rice.p2p.glacier |
---|
Methods in rice.p2p.glacier that return FragmentKey | |
---|---|
FragmentKey |
FragmentKey.getPeerKey(int otherId)
Gets the PeerKey attribute of the FragmentKey object |
FragmentKey |
FragmentKeySet.maxMember()
return the largest member id |
FragmentKey |
FragmentKeySet.minMember()
return the smallest member id |
Uses of FragmentKey in rice.p2p.glacier.v2 |
---|
Methods in rice.p2p.glacier.v2 with parameters of type FragmentKey | |
---|---|
void |
GlacierImpl.rateLimitedRetrieveFragment(FragmentKey key,
Manifest manifest,
char tag,
GlacierContinuation c)
|
void |
GlacierImpl.retrieveFragment(FragmentKey key,
Manifest manifest,
char tag,
GlacierContinuation c)
|
Uses of FragmentKey in rice.p2p.glacier.v2.messaging |
---|
Fields in rice.p2p.glacier.v2.messaging declared as FragmentKey | |
---|---|
protected FragmentKey[] |
GlacierDataMessage.keys
|
protected FragmentKey[] |
GlacierFetchMessage.keys
|
protected FragmentKey[] |
GlacierQueryMessage.keys
|
protected FragmentKey[] |
GlacierResponseMessage.keys
|
Methods in rice.p2p.glacier.v2.messaging that return FragmentKey | |
---|---|
FragmentKey[] |
GlacierFetchMessage.getAllKeys()
|
FragmentKey |
GlacierDataMessage.getKey(int index)
|
FragmentKey |
GlacierFetchMessage.getKey(int index)
|
FragmentKey |
GlacierQueryMessage.getKey(int index)
|
FragmentKey |
GlacierResponseMessage.getKey(int index)
|
Constructors in rice.p2p.glacier.v2.messaging with parameters of type FragmentKey | |
---|---|
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)
|
|
GlacierFetchMessage(int uid,
FragmentKey[] keys,
int request,
NodeHandle source,
Id dest,
char tag)
|
|
GlacierFetchMessage(int uid,
FragmentKey key,
int request,
NodeHandle source,
Id dest,
char tag)
|
|
GlacierQueryMessage(int uid,
FragmentKey[] keys,
NodeHandle source,
Id dest,
char tag)
|
|
GlacierResponseMessage(int uid,
FragmentKey[] keys,
boolean[] haveIt,
long[] lifetimes,
boolean[] authoritative,
NodeHandle source,
Id dest,
boolean isResponse,
char tag)
|
|
GlacierResponseMessage(int uid,
FragmentKey key,
boolean haveIt,
long lifetime,
boolean authoritative,
NodeHandle source,
Id dest,
boolean isResponse,
char tag)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |