ePOST 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   
rice.post   
rice.post.delivery   
rice.post.proxy   
rice.post.storage   
rice.visualization.server   
 

Uses of Past in rice.p2p.aggregation
 

Classes in rice.p2p.aggregation that implement Past
 class AggregationImpl
           
 

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)
           
 

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

Methods in rice.p2p.past.testing with parameters of type Past
 PastContentHandle PastRegrTest.TestPastContent.getHandle(Past past)
           
 

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

Uses of Past in rice.post
 

Constructors in rice.post with parameters of type Past
PostImpl(Node node, Past immutablePast, Past mutablePast, DeliveryPast deliveryPast, Past deliveredPast, PostEntityAddress address, java.security.KeyPair keyPair, PostCertificate certificate, java.security.PublicKey caPublicKey, java.lang.String instance, boolean logRewrite, boolean announce, PostEntityAddress previousAddress, long synchronizeInterval, long refreshInterval, long timeoutInterval)
          Builds a PostImpl to run on the given pastry node, using the provided PAST and Scribe services.
 

Uses of Past in rice.post.delivery
 

Subinterfaces of Past in rice.post.delivery
 interface DeliveryPast
          Interface which represents a POST-specific pending-delivery PAST storage.
 

Classes in rice.post.delivery that implement Past
 class DeliveryPastImpl
           
 

Fields in rice.post.delivery declared as Past
protected  Past DeliveryService.delivered
          The PAST service used for storing delivery receipts
 

Constructors in rice.post.delivery with parameters of type Past
DeliveryService(PostImpl post, DeliveryPast pending, Past delivered, Scribe scribe, IdFactory factory, long timeoutInterval)
          Contructs a StorageService given a PAST to run on top of.
 

Uses of Past in rice.post.proxy
 

Fields in rice.post.proxy declared as Past
protected  Past PostProxy.immutablePast
          The local Past service, for immutable objects
protected  Past PostProxy.mutablePast
          The local Past service, for mutable objects
protected  Past PostProxy.realImmutablePast
          The local Past service, for immutable objects
 

Uses of Past in rice.post.storage
 

Methods in rice.post.storage with parameters of type Past
 void PostPastPolicy.fetch(Id id, NodeHandle hint, Cache backup, Past past, Continuation command)
          This method fetches the object via a lookup() call.
static void StorageService.recoverLogs(Id location, long timestamp, java.security.KeyPair keyPair, Past immutablePast, Past mutablePast, Continuation command, Environment env, Logger logger)
          This method performs an emergency recovery of the logs by reinserting them into the provided PAST store.
protected static void StorageService.storeSigned(PostData data, Id location, long time, long expiration, java.security.KeyPair keyPair, Past past, Continuation command)
          Stores a PostData in the PAST store by signing the content and storing it at a well-known location.
 

Constructors in rice.post.storage with parameters of type Past
StorageService(Endpoint endpoint, PostEntityAddress address, Past immutablePast, Past mutablePast, IdFactory factory, java.security.KeyPair keyPair, long timeoutInterval)
          Contructs a StorageService given a PAST to run on top of.
 

Uses of Past in rice.visualization.server
 

Constructors in rice.visualization.server with parameters of type Past
GCPanelCreator(Timer timer, Past past)
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.