Uses of Interface
voldemort.client.StoreClientFactory

Packages that use StoreClientFactory
voldemort.client The user facing interface to Voldemort. 
voldemort.rest.coordinator   
 

Uses of StoreClientFactory in voldemort.client
 

Classes in voldemort.client that implement StoreClientFactory
 class AbstractStoreClientFactory
          A base class for various StoreClientFactory implementations
 class CachingStoreClientFactory
          A wrapper for a store StoreClientFactory which caches requests to getStoreClient
 class HttpStoreClientFactory
          Deprecated. 
 class MockStoreClientFactory
          A store client that produces non-persistent, in-memory stores.
 class SocketStoreClientFactory
          A StoreClientFactory abstracts away the connection pooling, threading, and bootstrapping mechanism.
 

Fields in voldemort.client declared as StoreClientFactory
protected  StoreClientFactory DefaultStoreClient.storeFactory
           
 

Constructors in voldemort.client with parameters of type StoreClientFactory
CachingStoreClientFactory(StoreClientFactory inner)
           
DefaultStoreClient(java.lang.String storeName, InconsistencyResolver<Versioned<V>> resolver, StoreClientFactory storeFactory, int maxMetadataRefreshAttempts)
           
 

Uses of StoreClientFactory in voldemort.rest.coordinator
 

Constructors in voldemort.rest.coordinator with parameters of type StoreClientFactory
DynamicTimeoutStoreClient(java.lang.String storeName, StoreClientFactory storeFactory, int maxMetadataRefreshAttempts, java.lang.String storesXml, java.lang.String clusterXml)
           
 



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