Package | Description |
---|---|
org.elasticsearch.index.shard |
Modifier and Type | Method and Description |
---|---|
IndexShard |
IndexShard.postRecovery(String reason) |
IndexShardState |
IndexShard.recovering(String reason,
RecoveryState.Type type,
DiscoveryNode sourceNode)
Marks the shard as recovering based on a remote or local node, fails with exception is recovering is not allowed to be set.
|
IndexShardState |
IndexShard.recovering(String reason,
RecoveryState.Type type,
RestoreSource restoreSource)
Marks the shard as recovering based on a restore, fails with exception is recovering is not allowed to be set.
|
Copyright © 2009–2015. All rights reserved.