Package org.elasticsearch.indices.store
Class IndicesStore
- java.lang.Object
-
- org.elasticsearch.indices.store.IndicesStore
-
- All Implemented Interfaces:
Closeable,AutoCloseable,ClusterStateListener
public class IndicesStore extends Object implements ClusterStateListener, Closeable
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_SHARD_EXISTSstatic Setting<TimeValue>INDICES_STORE_DELETE_SHARD_TIMEOUT
-
Constructor Summary
Constructors Constructor Description IndicesStore(Settings settings, IndicesService indicesService, ClusterService clusterService, TransportService transportService, ThreadPool threadPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidclusterChanged(ClusterChangedEvent event)Called when cluster state changes.
-
-
-
Field Detail
-
INDICES_STORE_DELETE_SHARD_TIMEOUT
public static final Setting<TimeValue> INDICES_STORE_DELETE_SHARD_TIMEOUT
-
ACTION_SHARD_EXISTS
public static final String ACTION_SHARD_EXISTS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndicesStore
@Inject public IndicesStore(Settings settings, IndicesService indicesService, ClusterService clusterService, TransportService transportService, ThreadPool threadPool)
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
clusterChanged
public void clusterChanged(ClusterChangedEvent event)
Description copied from interface:ClusterStateListenerCalled when cluster state changes.- Specified by:
clusterChangedin interfaceClusterStateListener
-
-