|
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.minMember()
return the smallest member id |
FragmentKey |
FragmentKeySet.maxMember()
return the largest member id |
Uses of FragmentKey in rice.p2p.glacier.v2 |
Methods in rice.p2p.glacier.v2 with parameters of type FragmentKey | |
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 |
Uses of FragmentKey in rice.p2p.glacier.v2.messaging |
Fields in rice.p2p.glacier.v2.messaging declared as FragmentKey | |
protected FragmentKey[] |
GlacierDataMessage.keys
DESCRIBE THE FIELD |
protected FragmentKey[] |
GlacierFetchMessage.keys
DESCRIBE THE FIELD |
protected FragmentKey[] |
GlacierQueryMessage.keys
DESCRIBE THE FIELD |
protected FragmentKey[] |
GlacierResponseMessage.keys
DESCRIBE THE FIELD |
Methods in rice.p2p.glacier.v2.messaging that return FragmentKey | |
FragmentKey |
GlacierDataMessage.getKey(int index)
Gets the Key attribute of the GlacierDataMessage object |
FragmentKey[] |
GlacierFetchMessage.getAllKeys()
Gets the AllKeys attribute of the GlacierFetchMessage object |
FragmentKey |
GlacierFetchMessage.getKey(int index)
Gets the Key attribute of the GlacierFetchMessage object |
FragmentKey |
GlacierQueryMessage.getKey(int index)
Gets the Key attribute of the GlacierQueryMessage object |
FragmentKey |
GlacierResponseMessage.getKey(int index)
Gets the Key attribute of the GlacierResponseMessage object |
Constructors in rice.p2p.glacier.v2.messaging with parameters of type FragmentKey | |
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. |
|
GlacierFetchMessage(int uid,
FragmentKey key,
int request,
NodeHandle source,
Id dest,
char tag)
Constructor for GlacierFetchMessage. |
|
GlacierFetchMessage(int uid,
FragmentKey[] keys,
int request,
NodeHandle source,
Id dest,
char tag)
Constructor for GlacierFetchMessage. |
|
GlacierQueryMessage(int uid,
FragmentKey[] keys,
NodeHandle source,
Id dest,
char tag)
Constructor for GlacierQueryMessage. |
|
GlacierResponseMessage(int uid,
FragmentKey key,
boolean haveIt,
long lifetime,
boolean authoritative,
NodeHandle source,
Id dest,
boolean isResponse,
char tag)
Constructor for GlacierResponseMessage. |
|
GlacierResponseMessage(int uid,
FragmentKey[] keys,
boolean[] haveIt,
long[] lifetimes,
boolean[] authoritative,
NodeHandle source,
Id dest,
boolean isResponse,
char tag)
Constructor for GlacierResponseMessage. |
|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |