Uses of Package
voldemort.cluster

Packages that use voldemort.cluster
voldemort.client The user facing interface to Voldemort. 
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
voldemort.client.rebalance All classes associated with the rebalance controller tool. 
voldemort.cluster Classes that model a voldemort cluster. 
voldemort.cluster.failuredetector Classes associated with client side failure detectors. 
voldemort.routing Routing strategies for mapping requests into the Voldemort cluster. 
voldemort.server The Voldemort server. 
voldemort.server.gossip Classes associated with the Gossip feature. 
voldemort.server.jmx Service which deals with the JMX registration 
voldemort.server.protocol.admin Server side implementation of admin based requests 
voldemort.server.rebalance Classes dealing with rebalancing on the server side. 
voldemort.server.scheduler.slop The background jobs associated with the slop store. 
voldemort.server.storage The storage service which handles instantiating all the stores and their corresponding engines. 
voldemort.store The Store interface is the primary interface for Voldemort. 
voldemort.store.metadata Our in-memory metadata store on the server which is backed by the configuration files. 
voldemort.store.nonblockingstore Non-blocking store which deals with async requests. 
voldemort.store.readonly A storage engine that provides very efficient read-only access to large sorted files of data. 
voldemort.store.readonly.swapper Classes used for fetching and swapping read-only stores. 
voldemort.store.rebalancing Server side wrapper stores used for redirection during rebalancing. 
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.store.slop A store implementation that falls back on storing values in additional nodes not in the preference list when nodes are unavailable. 
voldemort.store.slop.strategy Bunch of different ways in which we would store failed requests for the Hinted handoff feature. 
voldemort.store.stats Store wrappers which deal with statistics 
voldemort.tools Tools used for administrating a cluster. 
voldemort.utils Basic helper functions. 
voldemort.xml Classes related to parsing our metadata ( cluster + store definition ) 
 

Classes in voldemort.cluster used by voldemort.client
Cluster
          A representation of the voldemort cluster
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.client.protocol.admin
Cluster
          A representation of the voldemort cluster
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.client.rebalance
Cluster
          A representation of the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.cluster
Cluster
          A representation of the voldemort cluster
Node
          A node in the voldemort cluster
Zone
           
 

Classes in voldemort.cluster used by voldemort.cluster.failuredetector
Cluster
          A representation of the voldemort cluster
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.routing
Cluster
          A representation of the voldemort cluster
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.server
Cluster
          A representation of the voldemort cluster
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.server.gossip
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.server.jmx
Cluster
          A representation of the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.server.protocol.admin
Cluster
          A representation of the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.server.rebalance
Cluster
          A representation of the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.server.scheduler.slop
Cluster
          A representation of the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.server.storage
Cluster
          A representation of the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.store
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.store.metadata
Cluster
          A representation of the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.store.nonblockingstore
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.store.readonly
Cluster
          A representation of the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.store.readonly.swapper
Cluster
          A representation of the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.store.rebalancing
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.store.routed
Cluster
          A representation of the voldemort cluster
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.store.routed.action
Node
          A node in the voldemort cluster
Zone
           
 

Classes in voldemort.cluster used by voldemort.store.slop
Cluster
          A representation of the voldemort cluster
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.store.slop.strategy
Cluster
          A representation of the voldemort cluster
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.store.stats
Cluster
          A representation of the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.tools
Cluster
          A representation of the voldemort cluster
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.utils
Cluster
          A representation of the voldemort cluster
Node
          A node in the voldemort cluster
 

Classes in voldemort.cluster used by voldemort.xml
Cluster
          A representation of the voldemort cluster
Node
          A node in the voldemort cluster
 



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