public class StoreRecoveryService extends AbstractIndexShardComponent implements Closeable
| 修飾子とタイプ | クラスと説明 |
|---|---|
static interface |
StoreRecoveryService.RecoveryListener |
deprecationLogger, indexSettings, logger, shardId| コンストラクタと説明 |
|---|
StoreRecoveryService(ShardId shardId,
IndexSettingsService indexSettingsService,
ThreadPool threadPool,
MappingUpdatedAction mappingUpdatedAction,
ClusterService clusterService,
RepositoriesService repositoriesService,
RestoreService restoreService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
void |
recover(IndexShard indexShard,
boolean indexShouldExists,
StoreRecoveryService.RecoveryListener listener)
Recovers the state of the shard from the gateway.
|
indexSettings, nodeName, shardId@Inject public StoreRecoveryService(ShardId shardId, IndexSettingsService indexSettingsService, ThreadPool threadPool, MappingUpdatedAction mappingUpdatedAction, ClusterService clusterService, RepositoriesService repositoriesService, RestoreService restoreService)
public void recover(IndexShard indexShard, boolean indexShouldExists, StoreRecoveryService.RecoveryListener listener) throws IndexShardRecoveryException
public void close()
close インタフェース内 Closeableclose インタフェース内 AutoCloseableCopyright © 2009–2016. All rights reserved.