|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Id.Distance | |
---|---|
rice.p2p.commonapi | |
rice.p2p.glacier | |
rice.p2p.multiring | |
rice.p2p.past.gc | |
rice.pastry | |
rice.pastry.commonapi | |
rice.persistence.testing |
Uses of Id.Distance in rice.p2p.commonapi |
---|
Methods in rice.p2p.commonapi that return Id.Distance | |
---|---|
Id.Distance |
IdFactory.buildIdDistance(byte[] material)
Builds a protocol-specific Id.Distance given the source data. |
Id.Distance |
Id.distanceFromId(Id nid)
Returns the shorter numerical distance on the ring between a pair of Ids. |
Id.Distance |
Id.longDistanceFromId(Id nid)
Returns the longer numerical distance on the ring between a pair of Ids. |
Id.Distance |
Id.Distance.shiftDistance(int cnt,
int fill)
Shift operator. |
Methods in rice.p2p.commonapi with parameters of type Id.Distance | |
---|---|
Id |
Id.addToId(Id.Distance offset)
Returns an Id corresponding to this Id plus a given distance |
Uses of Id.Distance in rice.p2p.glacier |
---|
Methods in rice.p2p.glacier that return Id.Distance | |
---|---|
Id.Distance |
FragmentKeyFactory.buildIdDistance(byte[] material)
Builds a protocol-specific Id.Distance given the source data. |
Id.Distance |
VersionKeyFactory.buildIdDistance(byte[] material)
Builds a protocol-specific Id.Distance given the source data. |
Id.Distance |
FragmentKey.distanceFromId(Id nid)
DESCRIBE THE METHOD |
Id.Distance |
VersionKey.distanceFromId(Id nid)
|
Id.Distance |
FragmentKey.longDistanceFromId(Id nid)
DESCRIBE THE METHOD |
Id.Distance |
VersionKey.longDistanceFromId(Id nid)
|
Methods in rice.p2p.glacier with parameters of type Id.Distance | |
---|---|
Id |
FragmentKey.addToId(Id.Distance offset)
Adds a feature to the ToId attribute of the FragmentKey object |
Id |
VersionKey.addToId(Id.Distance offset)
|
Uses of Id.Distance in rice.p2p.multiring |
---|
Methods in rice.p2p.multiring that return Id.Distance | |
---|---|
Id.Distance |
MultiringIdFactory.buildIdDistance(byte[] material)
Builds a protocol-specific Id.Distance given the source data. |
Id.Distance |
RingId.distanceFromId(Id nid)
Returns the shorter numerical distance on the ring between a pair of Ids. |
Id.Distance |
RingId.longDistanceFromId(Id nid)
Returns the longer numerical distance on the ring between a pair of Ids. |
Methods in rice.p2p.multiring with parameters of type Id.Distance | |
---|---|
Id |
RingId.addToId(Id.Distance offset)
Returns an Id corresponding to this Id plus a given distance |
Uses of Id.Distance in rice.p2p.past.gc |
---|
Methods in rice.p2p.past.gc that return Id.Distance | |
---|---|
Id.Distance |
GCIdFactory.buildIdDistance(byte[] material)
Builds a protocol-specific Id.Distance given the source data. |
Id.Distance |
GCId.distanceFromId(Id nid)
Returns the shorter numerical distance on the ring between a pair of Ids. |
Id.Distance |
GCId.longDistanceFromId(Id nid)
Returns the longer numerical distance on the ring between a pair of Ids. |
Methods in rice.p2p.past.gc with parameters of type Id.Distance | |
---|---|
Id |
GCId.addToId(Id.Distance offset)
Returns an Id corresponding to this Id plus a given distance |
Uses of Id.Distance in rice.pastry |
---|
Classes in rice.pastry that implement Id.Distance | |
---|---|
static class |
Id.Distance
A class for representing and manipulating the distance between two Ids on the circle. |
Methods in rice.pastry that return Id.Distance | |
---|---|
Id.Distance |
Id.distanceFromId(Id nid)
Returns the shorter numerical distance on the ring between a pair of Ids. |
Id.Distance |
Id.longDistanceFromId(Id nid)
Returns the longer numerical distance on the ring between a pair of Ids. |
Id.Distance |
Id.Distance.shiftDistance(int cnt,
int fill)
Shift operator. |
Methods in rice.pastry with parameters of type Id.Distance | |
---|---|
Id |
Id.addToId(Id.Distance offset)
Returns an Id corresponding to this Id plus a given distance |
int |
Id.Distance.compareTo(Id.Distance obj)
Comparison operator. |
Uses of Id.Distance in rice.pastry.commonapi |
---|
Methods in rice.pastry.commonapi that return Id.Distance | |
---|---|
Id.Distance |
PastryIdFactory.buildIdDistance(byte[] material)
Builds a protocol-specific Id.Distance given the source data. |
Uses of Id.Distance in rice.persistence.testing |
---|
Methods in rice.persistence.testing that return Id.Distance | |
---|---|
Id.Distance |
MemoryStorageTest.VariableId.distanceFromId(Id nid)
|
Id.Distance |
MemoryStorageTest.VariableId.longDistanceFromId(Id nid)
|
Methods in rice.persistence.testing with parameters of type Id.Distance | |
---|---|
Id |
MemoryStorageTest.VariableId.addToId(Id.Distance offset)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |