Class FaultDetection

    • Field Detail

      • CONNECT_ON_NETWORK_DISCONNECT_SETTING

        public static final Setting<java.lang.Boolean> CONNECT_ON_NETWORK_DISCONNECT_SETTING
      • PING_INTERVAL_SETTING

        public static final Setting<TimeValue> PING_INTERVAL_SETTING
      • PING_TIMEOUT_SETTING

        public static final Setting<TimeValue> PING_TIMEOUT_SETTING
      • PING_RETRIES_SETTING

        public static final Setting<java.lang.Integer> PING_RETRIES_SETTING
      • REGISTER_CONNECTION_LISTENER_SETTING

        public static final Setting<java.lang.Boolean> REGISTER_CONNECTION_LISTENER_SETTING
      • threadPool

        protected final ThreadPool threadPool
      • registerConnectionListener

        protected final boolean registerConnectionListener
      • connectionListener

        protected final org.elasticsearch.discovery.zen.FaultDetection.FDConnectionListener connectionListener
      • connectOnNetworkDisconnect

        protected final boolean connectOnNetworkDisconnect
      • pingInterval

        protected final TimeValue pingInterval
      • pingRetryTimeout

        protected final TimeValue pingRetryTimeout
      • pingRetryCount

        protected final int pingRetryCount
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable