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, nodeName
public 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.Closeable
close
in interface java.lang.AutoCloseable
public void clusterChanged(ClusterChangedEvent event)
ClusterStateListener
clusterChanged
in interface ClusterStateListener