Uses of Class
org.elasticsearch.indices.recovery.StartRecoveryRequest
-
Packages that use StartRecoveryRequest Package Description org.elasticsearch.indices.recovery -
-
Uses of StartRecoveryRequest in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery that return StartRecoveryRequest Modifier and Type Method Description StartRecoveryRequestRecoverySourceHandler. getRequest()static StartRecoveryRequestPeerRecoveryTargetService. getStartRecoveryRequest(org.apache.logging.log4j.Logger logger, DiscoveryNode localNode, RecoveryTarget recoveryTarget, long startingSeqNo)Prepare the start recovery request.Constructors in org.elasticsearch.indices.recovery with parameters of type StartRecoveryRequest Constructor Description RecoveryFailedException(StartRecoveryRequest request, String extraInfo, Throwable cause)RecoveryFailedException(StartRecoveryRequest request, Throwable cause)RecoverySourceHandler(IndexShard shard, RecoveryTargetHandler recoveryTarget, ThreadPool threadPool, StartRecoveryRequest request, int fileChunkSizeInBytes, int maxConcurrentFileChunks)
-