|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 PastImpl. |
|
PastImpl(Node node,
StorageManager manager,
Cache backup,
int replicas,
java.lang.String instance,
PastPolicy policy,
StorageManager trash,
boolean useOwnSocket)
|
|
PastImpl(Node node,
StorageManager manager,
Cache backup,
int replicas,
java.lang.String instance,
PastPolicy policy,
StorageManager trash,
SocketStrategy strategy)
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 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |