org.apache.cassandra.gms
Interface FailureDetectorMBean

All Known Implementing Classes:
FailureDetector

public interface FailureDetectorMBean


Method Summary
 void dumpInterArrivalTimes()
           
 java.lang.String getAllEndpointStates()
           
 int getPhiConvictThreshold()
           
 void setPhiConvictThreshold(int phi)
           
 

Method Detail

dumpInterArrivalTimes

void dumpInterArrivalTimes()

setPhiConvictThreshold

void setPhiConvictThreshold(int phi)

getPhiConvictThreshold

int getPhiConvictThreshold()

getAllEndpointStates

java.lang.String getAllEndpointStates()


Copyright © 2010 The Apache Software Foundation