ePOST API

Uses of Interface
rice.persistence.StorageManager

Packages that use StorageManager
rice.p2p.aggregation   
rice.p2p.glacier.v2   
rice.p2p.past   
rice.p2p.past.gc   
rice.p2p.past.testing   
rice.persistence   
rice.post.delivery   
rice.visualization.server   
 

Uses of StorageManager in rice.p2p.aggregation
 

Fields in rice.p2p.aggregation declared as StorageManager
protected  StorageManager AggregationImpl.waitingList
           
 

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)
           
AggregationImpl(Node node, Past aggregateStore, Past objectStore, StorageManager waitingList, java.lang.String configFileName, IdFactory factory, java.lang.String instance, AggregationPolicy policy)
           
 

Uses of StorageManager in rice.p2p.glacier.v2
 

Fields in rice.p2p.glacier.v2 declared as StorageManager
protected  StorageManager GlacierImpl.fragmentStorage
           
protected  StorageManager GlacierImpl.neighborStorage
           
protected  StorageManager GlacierImpl.trashStorage
           
 

Methods in rice.p2p.glacier.v2 with parameters of type StorageManager
 void GlacierImpl.setTrashcan(StorageManager trashStorage)
           
 

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)
           
 

Uses of StorageManager in rice.p2p.past
 

Fields in rice.p2p.past declared as StorageManager
protected  StorageManager PastImpl.storage
           
protected  StorageManager PastImpl.trash
           
 

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, Cache backup, int replicas, java.lang.String instance, PastPolicy policy, StorageManager trash)
          Constructor for Past
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
 

Uses of StorageManager in rice.p2p.past.gc
 

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

Uses of StorageManager in rice.p2p.past.testing
 

Fields in rice.p2p.past.testing declared as StorageManager
protected  StorageManager[] PastRegrTest.storages
           
 

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.
 

Uses of StorageManager in rice.post.delivery
 

Constructors in rice.post.delivery with parameters of type StorageManager
DeliveryPastImpl(Node node, StorageManager manager, Cache backup, int replicas, int redundancy, java.lang.String instance, PastImpl delivered, long collectionInterval)
          Constructor for DeliveryPastImpl
 

Uses of StorageManager in rice.visualization.server
 

Fields in rice.visualization.server declared as StorageManager
protected  StorageManager VisualizationServer.storage
           
 

Methods in rice.visualization.server with parameters of type StorageManager
protected  DataPanel GCPanelCreator.createPanel(PastryNode node, GCPastImpl past, StorageManager manager)
           
 

Constructors in rice.visualization.server with parameters of type StorageManager
VisualizationServer(java.net.InetSocketAddress address, PastryNode node, StorageManager storage, RingCertificate cert, java.lang.Object[] objects, Environment env)
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.