Uses of Class
org.elasticsearch.indices.recovery.RecoveryFailedException
-
Packages that use RecoveryFailedException Package Description org.elasticsearch.indices.recovery -
-
Uses of RecoveryFailedException in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery with parameters of type RecoveryFailedException Modifier and Type Method Description voidRecoveryTarget. fail(RecoveryFailedException e, boolean sendShardFailure)fail the recovery and call listenervoidRecoveriesCollection. failRecovery(long id, RecoveryFailedException e, boolean sendShardFailure)fail the recovery with the given id (if found) and remove it from the recovery collectionvoidRecoveryTarget. notifyListener(RecoveryFailedException e, boolean sendShardFailure)voidPeerRecoveryTargetService.RecoveryListener. onRecoveryFailure(RecoveryState state, RecoveryFailedException e, boolean sendShardFailure)
-