public class IndicesStore extends AbstractComponent implements ClusterStateListener, Closeable
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_SHARD_EXISTS |
static String |
INDICES_STORE_THROTTLE_MAX_BYTES_PER_SEC |
static String |
INDICES_STORE_THROTTLE_TYPE |
componentSettings, logger, settings| Constructor and Description |
|---|
IndicesStore(Settings settings,
NodeEnvironment nodeEnv,
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() |
nodeNamepublic static final String INDICES_STORE_THROTTLE_TYPE
public static final String INDICES_STORE_THROTTLE_MAX_BYTES_PER_SEC
public static final String ACTION_SHARD_EXISTS
@Inject public IndicesStore(Settings settings, NodeEnvironment nodeEnv, 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–2015. All rights reserved.