Uses of Interface
voldemort.store.socket.SocketStoreFactory

Packages that use SocketStoreFactory
voldemort.cluster.failuredetector Classes associated with client side failure detectors. 
voldemort.server.storage The storage service which handles instantiating all the stores and their corresponding engines. 
voldemort.store.rebalancing Server side wrapper stores used for redirection during rebalancing. 
voldemort.store.socket.clientrequest More classes related to how to parse client requests 
 

Uses of SocketStoreFactory in voldemort.cluster.failuredetector
 

Constructors in voldemort.cluster.failuredetector with parameters of type SocketStoreFactory
ServerStoreVerifier(SocketStoreFactory storeFactory, MetadataStore metadataStore, VoldemortConfig voldemortConfig)
           
 

Uses of SocketStoreFactory in voldemort.server.storage
 

Methods in voldemort.server.storage that return SocketStoreFactory
 SocketStoreFactory StorageService.getSocketStoreFactory()
           
 

Uses of SocketStoreFactory in voldemort.store.rebalancing
 

Constructors in voldemort.store.rebalancing with parameters of type SocketStoreFactory
RebootstrappingStore(MetadataStore metadata, StoreRepository storeRepository, VoldemortConfig voldemortConfig, RoutedStore routedStore, SocketStoreFactory storeFactory)
           
RedirectingStore(Store<ByteArray,byte[],byte[]> innerStore, MetadataStore metadata, StoreRepository storeRepository, FailureDetector detector, SocketStoreFactory storeFactory, java.util.concurrent.ExecutorService proxyPutWorkerPool, ProxyPutStats proxyPutStats)
           
 

Uses of SocketStoreFactory in voldemort.store.socket.clientrequest
 

Classes in voldemort.store.socket.clientrequest that implement SocketStoreFactory
 class ClientRequestExecutorPool
          A pool of ClientRequestExecutor keyed off the SocketDestination.
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu