|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StoreClient | |
|---|---|
| voldemort.client | The user facing interface to Voldemort. |
| Uses of StoreClient in voldemort.client |
|---|
| Classes in voldemort.client that implement StoreClient | |
|---|---|
class |
DefaultStoreClient<K,V>
The default StoreClient implementation
you get back from a StoreClientFactory |
class |
LazyStoreClient<K,V>
A StoreClient with lazy initialization. |
| Methods in voldemort.client that return StoreClient | ||
|---|---|---|
StoreClient<K,V> |
LazyStoreClient.getStoreClient()
|
|
|
StoreClientFactory.getStoreClient(java.lang.String storeName)
Get a StoreClient for the given store. |
|
|
MockStoreClientFactory.getStoreClient(java.lang.String storeName)
|
|
|
CachingStoreClientFactory.getStoreClient(java.lang.String storeName)
|
|
|
AbstractStoreClientFactory.getStoreClient(java.lang.String storeName)
|
|
|
StoreClientFactory.getStoreClient(java.lang.String storeName,
InconsistencyResolver<Versioned<V>> inconsistencyResolver)
Get a StoreClient for the given store. |
|
|
SocketStoreClientFactory.getStoreClient(java.lang.String storeName,
InconsistencyResolver<Versioned<V>> resolver)
|
|
|
MockStoreClientFactory.getStoreClient(java.lang.String storeName,
InconsistencyResolver<Versioned<V>> resolver)
|
|
|
CachingStoreClientFactory.getStoreClient(java.lang.String storeName,
InconsistencyResolver<Versioned<V>> resolver)
|
|
|
AbstractStoreClientFactory.getStoreClient(java.lang.String storeName,
InconsistencyResolver<Versioned<V>> resolver)
|
|
protected StoreClient<K,V> |
LazyStoreClient.initStoreClient()
|
|
| Methods in voldemort.client with parameters of type StoreClient | |
|---|---|
abstract void |
UpdateAction.update(StoreClient<K,V> storeClient)
Apply the update operation to the given store client. |
| Constructor parameters in voldemort.client with type arguments of type StoreClient | |
|---|---|
LazyStoreClient(java.util.concurrent.Callable<StoreClient<K,V>> storeClientThunk)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||