Interface FailureDetectorMBean

  • All Known Implementing Classes:
    FailureDetector

    public interface FailureDetectorMBean
    • 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