|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
A StoreClientFactory that creates
a remote client that connects and bootstraps itself via HTTP. |
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)
|
|
ZenStoreClient(java.lang.String storeName,
InconsistencyResolver<Versioned<V>> resolver,
AbstractStoreClientFactory storeFactory,
int maxMetadataRefreshAttempts,
java.lang.String clientContext,
int clientSequence,
ClientConfig config,
SchedulerService scheduler)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||