Rice Pastry API

Uses of Interface
rice.p2p.past.PastPolicy

Packages that use PastPolicy
rice.p2p.past   
rice.p2p.past.gc   
 

Uses of PastPolicy in rice.p2p.past
 

Classes in rice.p2p.past that implement PastPolicy
static class PastPolicy.DefaultPastPolicy
          The default policy for Past, which fetches any available copy of a replicated object and always allows inserts locally.
 

Fields in rice.p2p.past declared as PastPolicy
protected  PastPolicy PastImpl.policy
          DESCRIBE THE FIELD
 

Constructors in rice.p2p.past with parameters of type PastPolicy
PastImpl(Node node, StorageManager manager, int replicas, java.lang.String instance, PastPolicy policy)
          Constructor for Past
PastImpl(Node node, StorageManager manager, Cache backup, int replicas, java.lang.String instance, PastPolicy policy, StorageManager trash)
          Constructor for Past
 

Uses of PastPolicy in rice.p2p.past.gc
 

Constructors in rice.p2p.past.gc with parameters of type PastPolicy
GCPastImpl(Node node, StorageManager manager, int replicas, java.lang.String instance, PastPolicy policy, long collectionInterval)
          Constructor for GCPast
GCPastImpl(Node node, StorageManager manager, Cache backup, int replicas, java.lang.String instance, PastPolicy policy, long collectionInterval, StorageManager trash)
          Constructor for GCPast
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection