Modifier and Type | Method and Description |
---|---|
RecoveryState |
ShardRecoveryResponse.recoveryState()
Gets the recovery state information for the shard.
|
Modifier and Type | Method and Description |
---|---|
void |
ShardRecoveryResponse.recoveryState(RecoveryState recoveryState)
Sets the recovery state information for the shard.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexShardGateway.recover(boolean indexShouldExists,
RecoveryState recoveryState)
Recovers the state of the shard from the gateway.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalIndexShardGateway.recover(boolean indexShouldExists,
RecoveryState recoveryState) |
Modifier and Type | Method and Description |
---|---|
void |
NoneIndexShardGateway.recover(boolean indexShouldExists,
RecoveryState recoveryState) |
Modifier and Type | Method and Description |
---|---|
RecoveryState |
IndexShard.recoveryState()
Returns the current
RecoveryState if this shard is recovering or has been recovering. |
Modifier and Type | Method and Description |
---|---|
void |
IndexShardSnapshotAndRestoreService.restore(RecoveryState recoveryState)
Restores shard from
RestoreSource associated with this shard in routing table |
void |
IndexShardRepository.restore(SnapshotId snapshotId,
ShardId shardId,
ShardId snapshotShardId,
RecoveryState recoveryState)
Restores snapshot of the shard.
|
Modifier and Type | Method and Description |
---|---|
void |
BlobStoreIndexShardRepository.restore(SnapshotId snapshotId,
ShardId shardId,
ShardId snapshotShardId,
RecoveryState recoveryState)
Restores snapshot of the shard.
|
Modifier and Type | Method and Description |
---|---|
static RecoveryState |
RecoveryState.readRecoveryState(StreamInput in) |
RecoveryState |
RecoveryTarget.recoveryState(IndexShard indexShard) |
RecoveryState |
RecoveryState.setStage(RecoveryState.Stage stage) |
RecoveryState |
RecoveryStatus.state() |
Modifier and Type | Method and Description |
---|---|
void |
RecoveryTarget.RecoveryListener.onRecoveryDone(RecoveryState state) |
void |
RecoveryTarget.RecoveryListener.onRecoveryFailure(RecoveryState state,
RecoveryFailedException e,
boolean sendShardFailure) |
Constructor and Description |
---|
RecoveryFailedException(RecoveryState state,
String extraInfo,
Throwable cause) |
Copyright © 2009–2015. All rights reserved.