Uses of Class
org.elasticsearch.index.IndexShardMissingException

Packages that use IndexShardMissingException
org.elasticsearch.cluster.routing.operation   
org.elasticsearch.cluster.routing.operation.plain   
org.elasticsearch.index.service   
 

Uses of IndexShardMissingException in org.elasticsearch.cluster.routing.operation
 

Methods in org.elasticsearch.cluster.routing.operation that throw IndexShardMissingException
 GroupShardsIterator OperationRouting.broadcastDeleteShards(ClusterState clusterState, String index)
           
 ShardIterator OperationRouting.deleteShards(ClusterState clusterState, String index, String type, String id, String routing)
           
 ShardIterator OperationRouting.getShards(ClusterState clusterState, String index, int shardId, String preference)
           
 ShardIterator OperationRouting.getShards(ClusterState clusterState, String index, String type, String id, String routing, String preference)
           
 ShardIterator OperationRouting.indexShards(ClusterState clusterState, String index, String type, String id, String routing)
           
 

Uses of IndexShardMissingException in org.elasticsearch.cluster.routing.operation.plain
 

Methods in org.elasticsearch.cluster.routing.operation.plain that throw IndexShardMissingException
 ShardIterator PlainOperationRouting.deleteShards(ClusterState clusterState, String index, String type, String id, String routing)
           
 ShardIterator PlainOperationRouting.getShards(ClusterState clusterState, String index, int shardId, String preference)
           
 ShardIterator PlainOperationRouting.getShards(ClusterState clusterState, String index, String type, String id, String routing, String preference)
           
 ShardIterator PlainOperationRouting.indexShards(ClusterState clusterState, String index, String type, String id, String routing)
           
 

Uses of IndexShardMissingException in org.elasticsearch.index.service
 

Methods in org.elasticsearch.index.service that throw IndexShardMissingException
 Injector IndexService.shardInjectorSafe(int shardId)
           
 Injector InternalIndexService.shardInjectorSafe(int shardId)
           
 IndexShard IndexService.shardSafe(int shardId)
           
 IndexShard InternalIndexService.shardSafe(int shardId)
           
 



Copyright © 2009-2012. All Rights Reserved.