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() |
nodeName
public 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 Closeable
close
in interface AutoCloseable
public void clusterChanged(ClusterChangedEvent event)
ClusterStateListener
clusterChanged
in interface ClusterStateListener
Copyright © 2009–2015. All rights reserved.