Package org.apache.cassandra.gms
Interface FailureDetectorMBean
-
- All Known Implementing Classes:
FailureDetector
public interface FailureDetectorMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voiddumpInterArrivalTimes()java.lang.StringgetAllEndpointStates()Deprecated.java.lang.StringgetAllEndpointStatesWithPort()java.lang.StringgetAllEndpointStatesWithPortAndResolveIp()java.lang.StringgetAllEndpointStatesWithResolveIp()Deprecated.intgetDownEndpointCount()java.lang.StringgetEndpointState(java.lang.String address)doublegetPhiConvictThreshold()javax.management.openmbean.TabularDatagetPhiValues()Deprecated.javax.management.openmbean.TabularDatagetPhiValuesWithPort()java.util.Map<java.lang.String,java.lang.String>getSimpleStates()Deprecated.java.util.Map<java.lang.String,java.lang.String>getSimpleStatesWithPort()intgetUpEndpointCount()voidsetPhiConvictThreshold(double phi)
-
-
-
Method Detail
-
dumpInterArrivalTimes
void dumpInterArrivalTimes()
-
setPhiConvictThreshold
void setPhiConvictThreshold(double phi)
-
getPhiConvictThreshold
double getPhiConvictThreshold()
-
getAllEndpointStates
@Deprecated java.lang.String getAllEndpointStates()
Deprecated.
-
getAllEndpointStatesWithResolveIp
@Deprecated java.lang.String getAllEndpointStatesWithResolveIp()
Deprecated.
-
getAllEndpointStatesWithPort
java.lang.String getAllEndpointStatesWithPort()
-
getAllEndpointStatesWithPortAndResolveIp
java.lang.String getAllEndpointStatesWithPortAndResolveIp()
-
getEndpointState
java.lang.String getEndpointState(java.lang.String address) throws java.net.UnknownHostException- Throws:
java.net.UnknownHostException
-
getSimpleStates
@Deprecated java.util.Map<java.lang.String,java.lang.String> getSimpleStates()
Deprecated.
-
getSimpleStatesWithPort
java.util.Map<java.lang.String,java.lang.String> getSimpleStatesWithPort()
-
getDownEndpointCount
int getDownEndpointCount()
-
getUpEndpointCount
int getUpEndpointCount()
-
getPhiValues
@Deprecated javax.management.openmbean.TabularData getPhiValues() throws javax.management.openmbean.OpenDataExceptionDeprecated.- Throws:
javax.management.openmbean.OpenDataException
-
getPhiValuesWithPort
javax.management.openmbean.TabularData getPhiValuesWithPort() throws javax.management.openmbean.OpenDataException- Throws:
javax.management.openmbean.OpenDataException
-
-