Uses of Package
voldemort.cluster.failuredetector

Packages that use voldemort.cluster.failuredetector
voldemort.client The user facing interface to Voldemort. 
voldemort.cluster.failuredetector Classes associated with client side failure detectors. 
voldemort.server.scheduler.slop The background jobs associated with the slop store. 
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. 
 

Classes in voldemort.cluster.failuredetector used by voldemort.client
FailureDetector
          The FailureDetector API is used to determine a cluster's node availability.
 

Classes in voldemort.cluster.failuredetector used by voldemort.cluster.failuredetector
AbstractFailureDetector
          AbstractFailureDetector serves as a building block for FailureDetector implementations.
AsyncRecoveryFailureDetector
          AsyncRecoveryFailureDetector detects failures and then attempts to contact the failing node's Store to determine availability.
FailureDetector
          The FailureDetector API is used to determine a cluster's node availability.
FailureDetectorConfig
          FailureDetectorConfig simply holds all the data that was available to it upon construction.
FailureDetectorListener
          FailureDetectorListener is a simple means by which interested parties can listen for changes to the availability of nodes.
StoreVerifier
          A StoreVerifier is used to test a Store given a Node.
 

Classes in voldemort.cluster.failuredetector used by voldemort.server.scheduler.slop
FailureDetector
          The FailureDetector API is used to determine a cluster's node availability.
 

Classes in voldemort.cluster.failuredetector used by voldemort.store.rebalancing
FailureDetector
          The FailureDetector API is used to determine a cluster's node availability.
 

Classes in voldemort.cluster.failuredetector used by voldemort.store.routed
FailureDetector
          The FailureDetector API is used to determine a cluster's node availability.
 

Classes in voldemort.cluster.failuredetector used by voldemort.store.routed.action
FailureDetector
          The FailureDetector API is used to determine a cluster's node availability.
 

Classes in voldemort.cluster.failuredetector used by voldemort.store.slop
FailureDetector
          The FailureDetector API is used to determine a cluster's node availability.
 



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