Class ClusterInfoHolder

  • All Implemented Interfaces:
    org.elasticsearch.cluster.ClusterStateListener

    public class ClusterInfoHolder
    extends Object
    implements org.elasticsearch.cluster.ClusterStateListener
    • Field Detail

      • log

        protected final org.apache.logging.log4j.Logger log
    • Constructor Detail

      • ClusterInfoHolder

        public ClusterInfoHolder()
    • Method Detail

      • clusterChanged

        public void clusterChanged​(org.elasticsearch.cluster.ClusterChangedEvent event)
        Specified by:
        clusterChanged in interface org.elasticsearch.cluster.ClusterStateListener
      • getHas6xNodes

        public Boolean getHas6xNodes()
      • getHas6xIndices

        public Boolean getHas6xIndices()
      • isLocalNodeElectedMaster

        public Boolean isLocalNodeElectedMaster()
      • isInitialized

        public boolean isInitialized()
      • hasNode

        public Boolean hasNode​(org.elasticsearch.cluster.node.DiscoveryNode node)