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

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

Uses of IndexShardGatewayRecoveryException in org.elasticsearch.index.gateway
 

Methods in org.elasticsearch.index.gateway with parameters of type IndexShardGatewayRecoveryException
 void IndexShardGatewayService.RecoveryListener.onRecoveryFailed(IndexShardGatewayRecoveryException e)
           
 

Methods in org.elasticsearch.index.gateway that throw IndexShardGatewayRecoveryException
 void IndexShardGatewayService.recover(boolean indexShouldExists, IndexShardGatewayService.RecoveryListener listener)
          Recovers the state of the shard from the gateway.
 void IndexShardGateway.recover(boolean indexShouldExists, RecoveryStatus recoveryStatus)
          Recovers the state of the shard from the gateway.
 

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

Methods in org.elasticsearch.index.gateway.blobstore that throw IndexShardGatewayRecoveryException
 void BlobStoreIndexShardGateway.recover(boolean indexShouldExists, RecoveryStatus recoveryStatus)
           
 

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

Methods in org.elasticsearch.index.gateway.local that throw IndexShardGatewayRecoveryException
 void LocalIndexShardGateway.recover(boolean indexShouldExists, RecoveryStatus recoveryStatus)
           
 

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

Methods in org.elasticsearch.index.gateway.none that throw IndexShardGatewayRecoveryException
 void NoneIndexShardGateway.recover(boolean indexShouldExists, RecoveryStatus recoveryStatus)
           
 



Copyright © 2009-2012. All Rights Reserved.