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.See CASSANDRA-7544java.lang.String
getAllEndpointStatesWithPort()
java.lang.String
getAllEndpointStatesWithPortAndResolveIp()
java.lang.String
getAllEndpointStatesWithResolveIp()
Deprecated.See CASSANDRA-17934int
getDownEndpointCount()
java.lang.String
getEndpointState(java.lang.String address)
double
getPhiConvictThreshold()
javax.management.openmbean.TabularData
getPhiValues()
Deprecated.See CASSANDRA-7544javax.management.openmbean.TabularData
getPhiValuesWithPort()
java.util.Map<java.lang.String,java.lang.String>
getSimpleStates()
Deprecated.See CASSANDRA-7544java.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(since="4.0") java.lang.String getAllEndpointStates()
Deprecated.See CASSANDRA-7544
-
getAllEndpointStatesWithResolveIp
@Deprecated(since="5.0") java.lang.String getAllEndpointStatesWithResolveIp()
Deprecated.See CASSANDRA-17934
-
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(since="4.0") java.util.Map<java.lang.String,java.lang.String> getSimpleStates()
Deprecated.See CASSANDRA-7544
-
getSimpleStatesWithPort
java.util.Map<java.lang.String,java.lang.String> getSimpleStatesWithPort()
-
getDownEndpointCount
int getDownEndpointCount()
-
getUpEndpointCount
int getUpEndpointCount()
-
getPhiValues
@Deprecated(since="4.0") javax.management.openmbean.TabularData getPhiValues() throws javax.management.openmbean.OpenDataException
Deprecated.See CASSANDRA-7544- Throws:
javax.management.openmbean.OpenDataException
-
getPhiValuesWithPort
javax.management.openmbean.TabularData getPhiValuesWithPort() throws javax.management.openmbean.OpenDataException
- Throws:
javax.management.openmbean.OpenDataException
-
-