Class ClusterFormationFailureHelper

java.lang.Object
org.elasticsearch.cluster.coordination.ClusterFormationFailureHelper

public class ClusterFormationFailureHelper
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static Setting<org.elasticsearch.common.unit.TimeValue> DISCOVERY_CLUSTER_FORMATION_WARNING_TIMEOUT_SETTING  
  • Constructor Summary

    Constructors
    Constructor Description
    ClusterFormationFailureHelper​(Settings settings, java.util.function.Supplier<org.elasticsearch.cluster.coordination.ClusterFormationFailureHelper.ClusterFormationState> clusterFormationStateSupplier, ThreadPool threadPool, java.lang.Runnable logLastFailedJoinAttempt)  
  • Method Summary

    Modifier and Type Method Description
    boolean isRunning()  
    void start()  
    void stop()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DISCOVERY_CLUSTER_FORMATION_WARNING_TIMEOUT_SETTING

      public static final Setting<org.elasticsearch.common.unit.TimeValue> DISCOVERY_CLUSTER_FORMATION_WARNING_TIMEOUT_SETTING
  • Constructor Details

    • ClusterFormationFailureHelper

      public ClusterFormationFailureHelper​(Settings settings, java.util.function.Supplier<org.elasticsearch.cluster.coordination.ClusterFormationFailureHelper.ClusterFormationState> clusterFormationStateSupplier, ThreadPool threadPool, java.lang.Runnable logLastFailedJoinAttempt)
  • Method Details

    • isRunning

      public boolean isRunning()
    • start

      public void start()
    • stop

      public void stop()