Uses of Class
org.elasticsearch.index.gateway.RecoveryStatus

Packages that use RecoveryStatus
org.elasticsearch.index.gateway   
org.elasticsearch.index.gateway.blobstore   
org.elasticsearch.index.gateway.local   
org.elasticsearch.index.gateway.none   
 

Uses of RecoveryStatus in org.elasticsearch.index.gateway
 

Methods in org.elasticsearch.index.gateway that return RecoveryStatus
 RecoveryStatus IndexShardGateway.recoveryStatus()
          The last / on going recovery status.
 RecoveryStatus IndexShardGatewayService.recoveryStatus()
           
 RecoveryStatus RecoveryStatus.updateStage(RecoveryStatus.Stage stage)
           
 

Methods in org.elasticsearch.index.gateway with parameters of type RecoveryStatus
 void IndexShardGateway.recover(boolean indexShouldExists, RecoveryStatus recoveryStatus)
          Recovers the state of the shard from the gateway.
 

Uses of RecoveryStatus in org.elasticsearch.index.gateway.blobstore
 

Methods in org.elasticsearch.index.gateway.blobstore that return RecoveryStatus
 RecoveryStatus BlobStoreIndexShardGateway.recoveryStatus()
           
 

Methods in org.elasticsearch.index.gateway.blobstore with parameters of type RecoveryStatus
 void BlobStoreIndexShardGateway.recover(boolean indexShouldExists, RecoveryStatus recoveryStatus)
           
 

Uses of RecoveryStatus in org.elasticsearch.index.gateway.local
 

Methods in org.elasticsearch.index.gateway.local that return RecoveryStatus
 RecoveryStatus LocalIndexShardGateway.recoveryStatus()
           
 

Methods in org.elasticsearch.index.gateway.local with parameters of type RecoveryStatus
 void LocalIndexShardGateway.recover(boolean indexShouldExists, RecoveryStatus recoveryStatus)
           
 

Uses of RecoveryStatus in org.elasticsearch.index.gateway.none
 

Methods in org.elasticsearch.index.gateway.none that return RecoveryStatus
 RecoveryStatus NoneIndexShardGateway.recoveryStatus()
           
 

Methods in org.elasticsearch.index.gateway.none with parameters of type RecoveryStatus
 void NoneIndexShardGateway.recover(boolean indexShouldExists, RecoveryStatus recoveryStatus)
           
 



Copyright © 2009-2012. All Rights Reserved.