Rice Pastry API

Uses of Interface
rice.p2p.past.Past

Packages that use Past
rice.p2p.aggregation   
rice.p2p.aggregation.messaging   
rice.p2p.glacier.v2   
rice.p2p.past   
rice.p2p.past.gc   
rice.p2p.past.gc.rawserialization   
rice.p2p.past.rawserialization   
rice.p2p.past.testing   
 

Uses of Past in rice.p2p.aggregation
 

Classes in rice.p2p.aggregation that implement Past
 class AggregationImpl
           
 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
           
protected  Past AggregationImpl.objectStore
           
 

Methods in rice.p2p.aggregation that return Past
 Past AggregationImpl.getAggregateStore()
           
 Past AggregationImpl.getObjectStore()
           
 

Methods in rice.p2p.aggregation with parameters of type Past
 PastContentHandle Aggregate.getHandle(Past local)
           
 

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)
           
AggregationImpl(Node node, Past aggregateStore, Past objectStore, StorageManager waitingList, java.lang.String configFileName, IdFactory factory, java.lang.String instance, AggregationPolicy policy, AggregateFactory aggregateFactory)
           
 

Uses of Past in rice.p2p.aggregation.messaging
 

Methods in rice.p2p.aggregation.messaging with parameters of type Past
 PastContentHandle NonAggregate.getHandle(Past local)
           
 

Uses of Past in rice.p2p.glacier.v2
 

Classes in rice.p2p.glacier.v2 that implement Past
 class GlacierImpl
           
 

Methods in rice.p2p.glacier.v2 with parameters of type Past
 PastContentHandle DebugContent.getHandle(Past local)
           
 

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
 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.
 PastContentHandle ContentHashPastContent.getHandle(Past local)
          Produces a handle for this content object.
 PastContentHandle PastContent.getHandle(Past local)
          Produces a handle for this content object.
 

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)
           
 

Uses of Past in rice.p2p.past.rawserialization
 

Methods in rice.p2p.past.rawserialization with parameters of type Past
 PastContentHandle JavaSerializedPastContent.getHandle(Past local)
           
 

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)
           
 PastContentHandle RawPastRegrTest.TestPastContent.getHandle(Past past)
           
 

Constructors in rice.p2p.past.testing with parameters of type Past
PastRegrTest.TestPastContentHandle(Past past, Id id)
           
RawPastRegrTest.TestPastContentHandle(Past past, Id id)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection