public class IndicesStore extends AbstractComponent implements ClusterStateListener, Closeable
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
IndicesStore.ShardActiveRequest |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
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| コンストラクタと説明 |
|---|
IndicesStore(Settings settings,
NodeSettingsService nodeSettingsService,
IndicesService indicesService,
ClusterService clusterService,
TransportService transportService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
void |
clusterChanged(ClusterChangedEvent event)
Called when cluster state changes.
|
StoreRateLimiting |
rateLimiting() |
logDeprecatedSetting, logRemovedSetting, nodeNamepublic static final String INDICES_STORE_THROTTLE_MAX_BYTES_PER_SEC
public static final String INDICES_STORE_DELETE_SHARD_TIMEOUT
@Inject public IndicesStore(Settings settings, NodeSettingsService nodeSettingsService, IndicesService indicesService, ClusterService clusterService, TransportService transportService)
public StoreRateLimiting rateLimiting()
public void close()
close インタフェース内 Closeableclose インタフェース内 AutoCloseablepublic void clusterChanged(ClusterChangedEvent event)
ClusterStateListenerclusterChanged インタフェース内 ClusterStateListenerCopyright © 2009–2016. All rights reserved.