public class IndicesStore extends AbstractComponent implements ClusterStateListener, Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
IndicesStore.ShardActiveRequest |
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_SHARD_EXISTS |
static String |
INDICES_STORE_DELETE_SHARD_TIMEOUT |
static String |
INDICES_STORE_THROTTLE_MAX_BYTES_PER_SEC |
static String |
INDICES_STORE_THROTTLE_TYPE |
deprecationLogger, logger, settings| Constructor and Description |
|---|
IndicesStore(Settings settings,
NodeSettingsService nodeSettingsService,
IndicesService indicesService,
ClusterService clusterService,
TransportService transportService) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
clusterChanged(ClusterChangedEvent event)
Called when cluster state changes.
|
StoreRateLimiting |
rateLimiting() |
logDeprecatedSetting, logRemovedSetting, nodeNamepublic static final String INDICES_STORE_THROTTLE_TYPE
public static final String INDICES_STORE_THROTTLE_MAX_BYTES_PER_SEC
public static final String INDICES_STORE_DELETE_SHARD_TIMEOUT
public static final String ACTION_SHARD_EXISTS
@Inject public IndicesStore(Settings settings, NodeSettingsService nodeSettingsService, IndicesService indicesService, ClusterService clusterService, TransportService transportService)
public StoreRateLimiting rateLimiting()
public void close()
close in interface Closeableclose in interface AutoCloseablepublic void clusterChanged(ClusterChangedEvent event)
ClusterStateListenerclusterChanged in interface ClusterStateListenerCopyright © 2009–2017. All rights reserved.