Rice Pastry API

Uses of Interface
rice.p2p.past.Past

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

Uses of Past in rice.p2p.aggregation
 

Classes in rice.p2p.aggregation that implement Past
 class AggregationImpl
          DESCRIBE THE CLASS
 

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)
          Constructor for AggregationImpl.
 

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.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
 

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


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection