Uses of Package
voldemort.client

Packages that use voldemort.client
voldemort The root package. 
voldemort.client The user facing interface to Voldemort. 
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
voldemort.client.scheduler   
voldemort.cluster.failuredetector Classes associated with client side failure detectors. 
voldemort.rest.coordinator   
voldemort.server The Voldemort server. 
voldemort.store The Store interface is the primary interface for Voldemort. 
voldemort.store.routed A store implmentation that handles routing to nodes, and repairing obsolete values detected on those nodes. 
voldemort.store.routed.action Classes representing various states for the state based routing stores. 
voldemort.utils Basic helper functions. 
 

Classes in voldemort.client used by voldemort
ClientConfig
          A configuration object that holds configuration parameters for the client.
StoreClient
          The user-facing interface to a Voldemort store.
 

Classes in voldemort.client used by voldemort.client
AbstractStoreClientFactory
          A base class for various StoreClientFactory implementations
ClientConfig
          A configuration object that holds configuration parameters for the client.
ClientInfo
          A collection of voldemort client side information what will be populated into the voldemort cluster when a client is connected to a voldemort cluster
DefaultStoreClient
          The default StoreClient implementation you get back from a StoreClientFactory
RoutingTier
          Enumerates different routing strategies.
StoreClient
          The user-facing interface to a Voldemort store.
StoreClientFactory
          An abstraction the represents a connection to a Voldemort cluster and can be used to create StoreClient instances to interact with individual stores.
SystemStoreClient
          A client interface for interacting with System stores (managed by the cluster).
SystemStoreRepository
          A repository that creates and maintains all the system stores in one place.
TimeoutConfig
          Encapsulates the timeouts, in ms, for various Voldemort operations
UpdateAction
          An update action such as a read-modify-store cycle.
ZoneAffinity
          Encapsulates the zone affinity configuiration for various Voldemort operations
 

Classes in voldemort.client used by voldemort.client.protocol.admin
ClientConfig
          A configuration object that holds configuration parameters for the client.
 

Classes in voldemort.client used by voldemort.client.scheduler
ClientInfo
          A collection of voldemort client side information what will be populated into the voldemort cluster when a client is connected to a voldemort cluster
SystemStoreRepository
          A repository that creates and maintains all the system stores in one place.
 

Classes in voldemort.client used by voldemort.cluster.failuredetector
ClientConfig
          A configuration object that holds configuration parameters for the client.
 

Classes in voldemort.client used by voldemort.rest.coordinator
DefaultStoreClient
          The default StoreClient implementation you get back from a StoreClientFactory
StoreClient
          The user-facing interface to a Voldemort store.
StoreClientFactory
          An abstraction the represents a connection to a Voldemort cluster and can be used to create StoreClient instances to interact with individual stores.
 

Classes in voldemort.client used by voldemort.server
TimeoutConfig
          Encapsulates the timeouts, in ms, for various Voldemort operations
 

Classes in voldemort.client used by voldemort.store
RoutingTier
          Enumerates different routing strategies.
 

Classes in voldemort.client used by voldemort.store.routed
ClientConfig
          A configuration object that holds configuration parameters for the client.
TimeoutConfig
          Encapsulates the timeouts, in ms, for various Voldemort operations
ZoneAffinity
          Encapsulates the zone affinity configuiration for various Voldemort operations
 

Classes in voldemort.client used by voldemort.store.routed.action
ZoneAffinity
          Encapsulates the zone affinity configuiration for various Voldemort operations
 

Classes in voldemort.client used by voldemort.utils
SystemStoreClient
          A client interface for interacting with System stores (managed by the cluster).
 



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