| Package | Description |
|---|---|
| org.elasticsearch.indices.recovery |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryStatus.fail(RecoveryFailedException e,
boolean sendShardFailure)
fail the recovery and call listener
|
void |
RecoveriesCollection.failRecovery(long id,
RecoveryFailedException e,
boolean sendShardFailure)
fail the recovery with the given id (if found) and remove it from the recovery collection
|
void |
RecoveryTarget.RecoveryListener.onRecoveryFailure(RecoveryState state,
RecoveryFailedException e,
boolean sendShardFailure) |
Copyright © 2009–2017. All rights reserved.