Uses of Class
voldemort.client.AbstractStoreClientFactory

Packages that use AbstractStoreClientFactory
voldemort.client The user facing interface to Voldemort. 
 

Uses of AbstractStoreClientFactory in voldemort.client
 

Subclasses of AbstractStoreClientFactory in voldemort.client
 class HttpStoreClientFactory
          Deprecated. 
 class SocketStoreClientFactory
          A StoreClientFactory abstracts away the connection pooling, threading, and bootstrapping mechanism.
 

Constructors in voldemort.client with parameters of type AbstractStoreClientFactory
ZenStoreClient(java.lang.String storeName, InconsistencyResolver<Versioned<V>> resolver, AbstractStoreClientFactory storeFactory, int maxMetadataRefreshAttempts, java.lang.String clientContext, int clientSequence, ClientConfig config, SchedulerService scheduler, SystemStoreRepository sysRepository)
           
 



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