public class IndicesStore extends AbstractComponent implements ClusterStateListener, java.io.Closeable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION_SHARD_EXISTS |
static Setting<TimeValue> |
INDICES_STORE_DELETE_SHARD_TIMEOUT |
deprecationLogger, logger, settings| Constructor and Description |
|---|
IndicesStore(Settings settings,
IndicesService indicesService,
ClusterService clusterService,
TransportService transportService,
ThreadPool threadPool) |
| Modifier and Type | Method and 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.io.Closeableclose in interface java.lang.AutoCloseablepublic void clusterChanged(ClusterChangedEvent event)
ClusterStateListenerclusterChanged in interface ClusterStateListener