Uses of Interface
voldemort.client.StoreClientFactory

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

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
          A StoreClientFactory that creates a remote client that connects and bootstraps itself via HTTP.
 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.
 

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)
           
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao