java.io.Closeable, java.lang.AutoCloseable, ClusterStateListenerpublic class IndicesStore extends AbstractComponent implements ClusterStateListener, java.io.Closeable
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
ACTION_SHARD_EXISTS |
|
static Setting<TimeValue> |
INDICES_STORE_DELETE_SHARD_TIMEOUT |
deprecationLogger, logger, settings| Constructor | Description |
|---|---|
IndicesStore(Settings settings,
IndicesService indicesService,
ClusterService clusterService,
TransportService transportService,
ThreadPool threadPool) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
clusterChanged(ClusterChangedEvent event) |
Called when cluster state changes.
|
logDeprecatedSetting, logRemovedSetting, nodeNamepublic static final Setting<TimeValue> INDICES_STORE_DELETE_SHARD_TIMEOUT
public static final java.lang.String ACTION_SHARD_EXISTS
@Inject public IndicesStore(Settings settings, IndicesService indicesService, ClusterService clusterService, TransportService transportService, ThreadPool threadPool)
public void close()
close in interface java.lang.AutoCloseableclose in interface java.io.Closeablepublic void clusterChanged(ClusterChangedEvent event)
ClusterStateListenerclusterChanged in interface ClusterStateListener