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 void
dumpInterArrivalTimes()
java.lang.String
getAllEndpointStates()
Deprecated.java.lang.String
getAllEndpointStatesWithPort()
int
getDownEndpointCount()
java.lang.String
getEndpointState(java.lang.String address)
double
getPhiConvictThreshold()
javax.management.openmbean.TabularData
getPhiValues()
Deprecated.javax.management.openmbean.TabularData
getPhiValuesWithPort()
java.util.Map<java.lang.String,java.lang.String>
getSimpleStates()
Deprecated.java.util.Map<java.lang.String,java.lang.String>
getSimpleStatesWithPort()
int
getUpEndpointCount()
void
setPhiConvictThreshold(double phi)
-
-
-
Method Detail
-
dumpInterArrivalTimes
void dumpInterArrivalTimes()
-
setPhiConvictThreshold
void setPhiConvictThreshold(double phi)
-
getPhiConvictThreshold
double getPhiConvictThreshold()
-
getAllEndpointStates
@Deprecated java.lang.String getAllEndpointStates()
Deprecated.
-
getAllEndpointStatesWithPort
java.lang.String getAllEndpointStatesWithPort()
-
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.OpenDataException
Deprecated.- Throws:
javax.management.openmbean.OpenDataException
-
getPhiValuesWithPort
javax.management.openmbean.TabularData getPhiValuesWithPort() throws javax.management.openmbean.OpenDataException
- Throws:
javax.management.openmbean.OpenDataException
-
-