|
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
|
Methods in rice.p2p.aggregation that return PastContentHandle | |
---|---|
PastContentHandle |
Aggregate.getHandle(Past local)
|
Methods in rice.p2p.aggregation with parameters of type PastContentHandle | |
---|---|
void |
AggregationImpl.fetch(PastContentHandle handle,
Continuation command)
|
void |
Moraine.fetch(PastContentHandle handle,
Continuation command)
|
Uses of PastContentHandle in rice.p2p.aggregation.messaging |
---|
Methods in rice.p2p.aggregation.messaging that return PastContentHandle | |
---|---|
PastContentHandle |
NonAggregate.getHandle(Past local)
|
Uses of PastContentHandle in rice.p2p.glacier.v2 |
---|
Classes in rice.p2p.glacier.v2 that implement PastContentHandle | |
---|---|
class |
DebugContentHandle
|
class |
GlacierContentHandle
|
Methods in rice.p2p.glacier.v2 that return PastContentHandle | |
---|---|
PastContentHandle |
DebugContent.getHandle(Past local)
|
Methods in rice.p2p.glacier.v2 with parameters of type PastContentHandle | |
---|---|
void |
GlacierImpl.fetch(PastContentHandle handle,
Continuation command)
|
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
|
Classes in rice.p2p.past.gc.rawserialization that implement PastContentHandle | |
---|---|
class |
JavaSerializedGCPastContentHandle
|
Methods in rice.p2p.past.gc.rawserialization that return PastContentHandle | |
---|---|
PastContentHandle |
JavaSerializedGCPastContent.getHandle(Past local)
|
PastContentHandle |
JavaSerializedGCPastContentHandle.getPCH()
|
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
|
Classes in rice.p2p.past.rawserialization that implement PastContentHandle | |
---|---|
class |
JavaSerializedPastContentHandle
|
Fields in rice.p2p.past.rawserialization declared as PastContentHandle | |
---|---|
PastContentHandle |
JavaSerializedPastContentHandle.handle
|
Methods in rice.p2p.past.rawserialization that return PastContentHandle | |
---|---|
PastContentHandle |
JavaPastContentHandleDeserializer.deserializePastContentHandle(InputBuffer buf,
Endpoint endpoint,
short contentType)
|
PastContentHandle |
PastContentHandleDeserializer.deserializePastContentHandle(InputBuffer buf,
Endpoint endpoint,
short contentType)
|
PastContentHandle |
JavaSerializedPastContent.getHandle(Past local)
|
PastContentHandle |
JavaSerializedPastContentHandle.getPCH()
|
Constructors in rice.p2p.past.rawserialization with parameters of type PastContentHandle | |
---|---|
JavaSerializedPastContentHandle(PastContentHandle handle)
|
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)
|
PastContentHandle |
RawPastRegrTest.TestPastContent.getHandle(Past past)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |