Package org.opensearch.indices.store
Class IndicesStore
java.lang.Object
org.opensearch.indices.store.IndicesStore
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ClusterStateListener
Store for multiple indexes
- Opensearch.internal:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionIndicesStore
(Settings settings, IndicesService indicesService, ClusterService clusterService, TransportService transportService, ThreadPool threadPool) -
Method Summary
-
Field Details
-
INDICES_STORE_DELETE_SHARD_TIMEOUT
public static final Setting<org.opensearch.common.unit.TimeValue> INDICES_STORE_DELETE_SHARD_TIMEOUT -
ACTION_SHARD_EXISTS
- See Also:
-
-
Constructor Details
-
IndicesStore
@Inject public IndicesStore(Settings settings, IndicesService indicesService, ClusterService clusterService, TransportService transportService, ThreadPool threadPool)
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
clusterChanged
Description copied from interface:ClusterStateListener
Called when cluster state changes.- Specified by:
clusterChanged
in interfaceClusterStateListener
-