Uses of Class
org.elasticsearch.indices.recovery.RecoveryStatus

Packages that use RecoveryStatus
org.elasticsearch.index.shard.service   
org.elasticsearch.indices.recovery   
 

Uses of RecoveryStatus in org.elasticsearch.index.shard.service
 

Methods in org.elasticsearch.index.shard.service that return RecoveryStatus
 RecoveryStatus InternalIndexShard.peerRecoveryStatus()
          The peer recovery status if this shard recovered from a peer shard.
 

Methods in org.elasticsearch.index.shard.service with parameters of type RecoveryStatus
 void InternalIndexShard.performRecoveryFinalization(boolean withFlush, RecoveryStatus peerRecoveryStatus)
           
 

Uses of RecoveryStatus in org.elasticsearch.indices.recovery
 

Methods in org.elasticsearch.indices.recovery that return RecoveryStatus
 RecoveryStatus RecoveryTarget.peerRecoveryStatus(ShardId shardId)
           
 

Methods in org.elasticsearch.indices.recovery with parameters of type RecoveryStatus
 void RecoveryTarget.RecoveryListener.onRetryRecovery(TimeValue retryAfter, RecoveryStatus status)
           
 void RecoveryTarget.retryRecovery(StartRecoveryRequest request, RecoveryStatus status, RecoveryTarget.RecoveryListener listener)
           
 



Copyright © 2009-2012. All Rights Reserved.