|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StorageManager | |
rice.p2p.aggregation | |
rice.p2p.glacier.v2 | |
rice.p2p.past | |
rice.p2p.past.gc | |
rice.p2p.past.testing | |
rice.persistence |
Uses of StorageManager in rice.p2p.aggregation |
Fields in rice.p2p.aggregation declared as StorageManager | |
protected StorageManager |
AggregationImpl.waitingList
DESCRIBE THE FIELD |
Constructors in rice.p2p.aggregation with parameters of type StorageManager | |
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,
AggregateFactory aggregateFactory)
Constructor for AggregationImpl. |
Uses of StorageManager in rice.p2p.glacier.v2 |
Fields in rice.p2p.glacier.v2 declared as StorageManager | |
protected StorageManager |
GlacierImpl.fragmentStorage
DESCRIBE THE FIELD |
protected StorageManager |
GlacierImpl.neighborStorage
DESCRIBE THE FIELD |
protected StorageManager |
GlacierImpl.trashStorage
DESCRIBE THE FIELD |
Methods in rice.p2p.glacier.v2 with parameters of type StorageManager | |
void |
GlacierImpl.setTrashcan(StorageManager trashStorage)
Sets the Trashcan attribute of the GlacierImpl object |
Constructors in rice.p2p.glacier.v2 with parameters of type StorageManager | |
GlacierImpl(Node nodeArg,
StorageManager fragmentStorageArg,
StorageManager neighborStorageArg,
int numFragmentsArg,
int numSurvivorsArg,
IdFactory factoryArg,
java.lang.String instanceArg,
GlacierPolicy policyArg)
Constructor for GlacierImpl. |
Uses of StorageManager in rice.p2p.past |
Fields in rice.p2p.past declared as StorageManager | |
protected StorageManager |
PastImpl.storage
DESCRIBE THE FIELD |
protected StorageManager |
PastImpl.trash
DESCRIBE THE FIELD |
Methods in rice.p2p.past that return StorageManager | |
StorageManager |
PastImpl.getStorageManager()
Returns this Past's storage manager. |
Constructors in rice.p2p.past with parameters of type StorageManager | |
PastImpl(Node node,
StorageManager manager,
int replicas,
java.lang.String instance)
Constructor for Past, using the default policy |
|
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 StorageManager in rice.p2p.past.gc |
Constructors in rice.p2p.past.gc with parameters of type StorageManager | |
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 |
Uses of StorageManager in rice.p2p.past.testing |
Fields in rice.p2p.past.testing declared as StorageManager | |
protected StorageManager[] |
PastRegrTest.storages
DESCRIBE THE FIELD |
protected StorageManager[] |
RawPastRegrTest.storages
DESCRIBE THE FIELD |
Uses of StorageManager in rice.persistence |
Classes in rice.persistence that implement StorageManager | |
class |
StorageManagerImpl
This class provides both persistent and caching services to external applications. |
|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |