|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PastContentHandle in rice.p2p.aggregation |
Classes in rice.p2p.aggregation that implement PastContentHandle | |
class |
AggregateHandle
DESCRIBE THE CLASS |
Methods in rice.p2p.aggregation that return PastContentHandle | |
PastContentHandle |
Aggregate.getHandle(Past local)
Gets the Handle attribute of the Aggregate object |
Methods in rice.p2p.aggregation with parameters of type PastContentHandle | |
void |
AggregationImpl.fetch(PastContentHandle handle,
Continuation command)
DESCRIBE THE METHOD |
void |
Moraine.fetch(PastContentHandle handle,
Continuation command)
DESCRIBE THE METHOD |
Uses of PastContentHandle in rice.p2p.aggregation.messaging |
Methods in rice.p2p.aggregation.messaging that return PastContentHandle | |
PastContentHandle |
NonAggregate.getHandle(Past local)
Gets the Handle attribute of the NonAggregate object |
Uses of PastContentHandle in rice.p2p.glacier.v2 |
Classes in rice.p2p.glacier.v2 that implement PastContentHandle | |
class |
DebugContentHandle
DESCRIBE THE CLASS |
class |
GlacierContentHandle
DESCRIBE THE CLASS |
Methods in rice.p2p.glacier.v2 that return PastContentHandle | |
PastContentHandle |
DebugContent.getHandle(Past local)
Gets the Handle attribute of the DebugContent object |
Methods in rice.p2p.glacier.v2 with parameters of type PastContentHandle | |
void |
GlacierImpl.fetch(PastContentHandle handle,
Continuation command)
DESCRIBE THE METHOD |
Uses of PastContentHandle in rice.p2p.past |
Classes in rice.p2p.past that implement PastContentHandle | |
class |
ContentHashPastContentHandle
|
Methods in rice.p2p.past that return PastContentHandle | |
PastContentHandle |
ContentHashPastContent.getHandle(Past local)
Produces a handle for this content object. |
PastContentHandle |
PastContent.getHandle(Past local)
Produces a handle for this content object. |
Methods in rice.p2p.past with parameters of type PastContentHandle | |
void |
Past.fetch(PastContentHandle handle,
Continuation command)
Retrieves the object associated with a given content handle. |
void |
PastImpl.fetch(PastContentHandle handle,
Continuation command)
Retrieves the object associated with a given content handle. |
Uses of PastContentHandle in rice.p2p.past.gc |
Subinterfaces of PastContentHandle in rice.p2p.past.gc | |
interface |
GCPastContentHandle
|
Uses of PastContentHandle in rice.p2p.past.gc.rawserialization |
Subinterfaces of PastContentHandle in rice.p2p.past.gc.rawserialization | |
interface |
RawGCPastContentHandle
DESCRIBE THE INTERFACE |
Classes in rice.p2p.past.gc.rawserialization that implement PastContentHandle | |
class |
JavaSerializedGCPastContentHandle
DESCRIBE THE CLASS |
Methods in rice.p2p.past.gc.rawserialization that return PastContentHandle | |
PastContentHandle |
JavaSerializedGCPastContent.getHandle(Past local)
Gets the Handle attribute of the JavaSerializedGCPastContent object |
PastContentHandle |
JavaSerializedGCPastContentHandle.getPCH()
Gets the PCH attribute of the JavaSerializedGCPastContentHandle object |
Uses of PastContentHandle in rice.p2p.past.messaging |
Methods in rice.p2p.past.messaging that return PastContentHandle | |
PastContentHandle |
FetchMessage.getHandle()
Method which returns the handle |
Constructors in rice.p2p.past.messaging with parameters of type PastContentHandle | |
FetchMessage(int uid,
PastContentHandle handle,
NodeHandle source,
Id dest)
Constructor |
Uses of PastContentHandle in rice.p2p.past.rawserialization |
Subinterfaces of PastContentHandle in rice.p2p.past.rawserialization | |
interface |
RawPastContentHandle
DESCRIBE THE INTERFACE |
Classes in rice.p2p.past.rawserialization that implement PastContentHandle | |
class |
JavaSerializedPastContentHandle
DESCRIBE THE CLASS |
Fields in rice.p2p.past.rawserialization declared as PastContentHandle | |
PastContentHandle |
JavaSerializedPastContentHandle.handle
DESCRIBE THE FIELD |
Methods in rice.p2p.past.rawserialization that return PastContentHandle | |
PastContentHandle |
JavaPastContentHandleDeserializer.deserializePastContentHandle(InputBuffer buf,
Endpoint endpoint,
short contentType)
DESCRIBE THE METHOD |
PastContentHandle |
JavaSerializedPastContent.getHandle(Past local)
Gets the Handle attribute of the JavaSerializedPastContent object |
PastContentHandle |
JavaSerializedPastContentHandle.getPCH()
Gets the PCH attribute of the JavaSerializedPastContentHandle object |
PastContentHandle |
PastContentHandleDeserializer.deserializePastContentHandle(InputBuffer buf,
Endpoint endpoint,
short contentType)
DESCRIBE THE METHOD |
Constructors in rice.p2p.past.rawserialization with parameters of type PastContentHandle | |
JavaSerializedPastContentHandle(PastContentHandle handle)
Constructor for JavaSerializedPastContentHandle. |
Uses of PastContentHandle in rice.p2p.past.testing |
Classes in rice.p2p.past.testing that implement PastContentHandle | |
protected static class |
PastRegrTest.TestPastContentHandle
Utility class for past content object handles |
protected static class |
RawPastRegrTest.TestPastContentHandle
Utility class for past content object handles |
Methods in rice.p2p.past.testing that return PastContentHandle | |
PastContentHandle |
PastRegrTest.TestPastContent.getHandle(Past past)
Gets the Handle attribute of the TestPastContent object |
PastContentHandle |
RawPastRegrTest.TestPastContent.getHandle(Past past)
Gets the Handle attribute of the TestPastContent object |
|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |