voldemort.cluster.failuredetector
Class FailureDetectorUtils

java.lang.Object
  extended by voldemort.cluster.failuredetector.FailureDetectorUtils

public class FailureDetectorUtils
extends java.lang.Object

FailureDetectorUtils serves as a factory for creating a FailureDetector implementation.


Constructor Summary
FailureDetectorUtils()
           
 
Method Summary
static FailureDetector create(FailureDetectorConfig failureDetectorConfig, boolean registerMbean, FailureDetectorListener... failureDetectorListeners)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FailureDetectorUtils

public FailureDetectorUtils()
Method Detail

create

public static FailureDetector create(FailureDetectorConfig failureDetectorConfig,
                                     boolean registerMbean,
                                     FailureDetectorListener... failureDetectorListeners)


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