Class IndicesStore

java.lang.Object
org.elasticsearch.indices.store.IndicesStore
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, ClusterStateListener

public class IndicesStore
extends java.lang.Object
implements ClusterStateListener, java.io.Closeable
  • Field Details

    • INDICES_STORE_DELETE_SHARD_TIMEOUT

      public static final Setting<org.elasticsearch.common.unit.TimeValue> INDICES_STORE_DELETE_SHARD_TIMEOUT
    • ACTION_SHARD_EXISTS

      public static final java.lang.String ACTION_SHARD_EXISTS
      See Also:
      Constant Field Values
  • Constructor Details

  • Method Details

    • close

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

      public void clusterChanged​(ClusterChangedEvent event)
      Description copied from interface: ClusterStateListener
      Called when cluster state changes.
      Specified by:
      clusterChanged in interface ClusterStateListener