|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--rice.pastry.commonapi.PastryIdFactory
This class provides applications with a way of genertating pastry Ids.
| Constructor Summary | |
PastryIdFactory()
Constructor |
|
| Method Summary | |
rice.p2p.commonapi.Id |
buildId(byte[] material)
Builds a protocol-specific Id given the source data. |
rice.p2p.commonapi.Id |
buildId(int[] material)
Builds a protocol-specific Id given the source data. |
rice.p2p.commonapi.Id |
buildId(java.lang.String string)
Builds a protocol-specific Id by using the hash of the given string as source data. |
Id.Distance |
buildIdDistance(byte[] material)
Builds a protocol-specific Id.Distance given the source data. |
rice.p2p.commonapi.IdRange |
buildIdRange(rice.p2p.commonapi.Id cw,
rice.p2p.commonapi.Id ccw)
Creates an IdRange given the CW and CCW ids. |
rice.p2p.commonapi.IdSet |
buildIdSet()
Creates an empty IdSet. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PastryIdFactory()
| Method Detail |
public rice.p2p.commonapi.Id buildId(byte[] material)
buildId in interface IdFactorymaterial - The material to use
public rice.p2p.commonapi.Id buildId(int[] material)
buildId in interface IdFactorymaterial - The material to use
public rice.p2p.commonapi.Id buildId(java.lang.String string)
buildId in interface IdFactorystring - The string to use as source data
public Id.Distance buildIdDistance(byte[] material)
buildIdDistance in interface IdFactorymaterial - The material to use
public rice.p2p.commonapi.IdRange buildIdRange(rice.p2p.commonapi.Id cw,
rice.p2p.commonapi.Id ccw)
buildIdRange in interface IdFactorycw - The clockwise Idccw - The counterclockwise Id
public rice.p2p.commonapi.IdSet buildIdSet()
buildIdSet in interface IdFactory
|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||