|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Past in rice.p2p.aggregation |
Classes in rice.p2p.aggregation that implement Past | |
class |
AggregationImpl
DESCRIBE THE CLASS |
class |
Moraine
This Past takes 2 pasts, an old Past and a new Past. |
Fields in rice.p2p.aggregation declared as Past | |
protected Past |
AggregationImpl.aggregateStore
DESCRIBE THE FIELD |
protected Past |
AggregationImpl.objectStore
DESCRIBE THE FIELD |
Methods in rice.p2p.aggregation that return Past | |
Past |
AggregationImpl.getAggregateStore()
Gets the AggregateStore attribute of the AggregationImpl object |
Past |
AggregationImpl.getObjectStore()
Gets the ObjectStore attribute of the AggregationImpl object |
Methods in rice.p2p.aggregation with parameters of type Past | |
PastContentHandle |
Aggregate.getHandle(Past local)
Gets the Handle attribute of the Aggregate object |
Constructors in rice.p2p.aggregation with parameters of type Past | |
AggregationImpl(Node node,
Past aggregateStore,
Past objectStore,
StorageManager waitingList,
java.lang.String configFileName,
IdFactory factory,
java.lang.String instance)
Constructor for AggregationImpl. |
|
AggregationImpl(Node node,
Past aggregateStore,
Past objectStore,
StorageManager waitingList,
java.lang.String configFileName,
IdFactory factory,
java.lang.String instance,
AggregationPolicy policy,
AggregateFactory aggregateFactory)
Constructor for AggregationImpl. |
Uses of Past in rice.p2p.aggregation.messaging |
Methods in rice.p2p.aggregation.messaging with parameters of type Past | |
PastContentHandle |
NonAggregate.getHandle(Past local)
Gets the Handle attribute of the NonAggregate object |
Uses of Past in rice.p2p.glacier.v2 |
Classes in rice.p2p.glacier.v2 that implement Past | |
class |
GlacierImpl
DESCRIBE THE CLASS |
Methods in rice.p2p.glacier.v2 with parameters of type Past | |
PastContentHandle |
DebugContent.getHandle(Past local)
Gets the Handle attribute of the DebugContent object |
Uses of Past in rice.p2p.past |
Classes in rice.p2p.past that implement Past | |
class |
PastImpl
|
Methods in rice.p2p.past with parameters of type Past | |
PastContentHandle |
ContentHashPastContent.getHandle(Past local)
Produces a handle for this content object. |
PastContentHandle |
PastContent.getHandle(Past local)
Produces a handle for this content object. |
void |
PastPolicy.fetch(Id id,
NodeHandle hint,
Cache backup,
Past past,
Continuation command)
This method is called when Past is told to fetch a key. |
void |
PastPolicy.DefaultPastPolicy.fetch(Id id,
NodeHandle hint,
Cache backup,
Past past,
Continuation command)
This method fetches the object via a lookup() call. |
Uses of Past in rice.p2p.past.gc |
Subinterfaces of Past in rice.p2p.past.gc | |
interface |
GCPast
|
Classes in rice.p2p.past.gc that implement Past | |
class |
GCPastImpl
|
Uses of Past in rice.p2p.past.gc.rawserialization |
Methods in rice.p2p.past.gc.rawserialization with parameters of type Past | |
PastContentHandle |
JavaSerializedGCPastContent.getHandle(Past local)
Gets the Handle attribute of the JavaSerializedGCPastContent object |
Uses of Past in rice.p2p.past.rawserialization |
Methods in rice.p2p.past.rawserialization with parameters of type Past | |
PastContentHandle |
JavaSerializedPastContent.getHandle(Past local)
Gets the Handle attribute of the JavaSerializedPastContent object |
Uses of Past in rice.p2p.past.testing |
Methods in rice.p2p.past.testing with parameters of type Past | |
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 |
Constructors in rice.p2p.past.testing with parameters of type Past | |
PastRegrTest.TestPastContentHandle(Past past,
Id id)
Constructor for TestPastContentHandle. |
|
RawPastRegrTest.TestPastContentHandle(Past past,
Id id)
Constructor for TestPastContentHandle. |
|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |