Uses of Class
org.elasticsearch.indices.IndexMissingException

Packages that use IndexMissingException
org.elasticsearch.cluster.metadata   
org.elasticsearch.cluster.routing   
org.elasticsearch.cluster.routing.operation   
org.elasticsearch.cluster.routing.operation.plain   
org.elasticsearch.indices   
 

Uses of IndexMissingException in org.elasticsearch.cluster.metadata
 

Methods in org.elasticsearch.cluster.metadata that throw IndexMissingException
 String MetaData.concreteIndex(String index)
           
 String[] MetaData.concreteIndices(String[] indices)
          Translates the provided indices (possibly aliased) into actual indices.
 String[] MetaData.concreteIndices(String[] aliasesOrIndices, IgnoreIndices ignoreIndices, boolean allOnlyOpen)
          Translates the provided indices (possibly aliased) into actual indices.
 

Uses of IndexMissingException in org.elasticsearch.cluster.routing
 

Methods in org.elasticsearch.cluster.routing that throw IndexMissingException
 GroupShardsIterator RoutingTable.activePrimaryShardsGrouped(String[] indices, boolean includeEmpty)
          All the *active* primary shards for the provided indices grouped (each group is a single element, consisting of the primary shard).
 GroupShardsIterator RoutingTable.allActiveShardsGrouped(String[] indices, boolean includeEmpty)
           
 GroupShardsIterator RoutingTable.allAssignedShardsGrouped(String[] indices, boolean includeEmpty)
           
 List<ShardRouting> RoutingTable.allShards(String... indices)
          All the shards (replicas) for the provided indices.
 GroupShardsIterator RoutingTable.allShardsGrouped(String... indices)
          All the shards (primary + replicas) for the provided indices grouped (each group is a single element, consisting of the shard).
 RoutingTable.Builder RoutingTable.Builder.updateNumberOfReplicas(int numberOfReplicas, String... indices)
           
 

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

Methods in org.elasticsearch.cluster.routing.operation that throw IndexMissingException
 GroupShardsIterator OperationRouting.broadcastDeleteShards(ClusterState clusterState, String index)
           
 GroupShardsIterator OperationRouting.deleteByQueryShards(ClusterState clusterState, String index, Set<String> routing)
           
 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)
           
 GroupShardsIterator OperationRouting.searchShards(ClusterState clusterState, String[] indices, String[] concreteIndices, String queryHint, Map<String,Set<String>> routing, String preference)
           
 int OperationRouting.searchShardsCount(ClusterState clusterState, String[] indices, String[] concreteIndices, String queryHint, Map<String,Set<String>> routing, String preference)
           
 

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

Methods in org.elasticsearch.cluster.routing.operation.plain that throw IndexMissingException
 GroupShardsIterator PlainOperationRouting.broadcastDeleteShards(ClusterState clusterState, String index)
           
 GroupShardsIterator PlainOperationRouting.deleteByQueryShards(ClusterState clusterState, String index, Set<String> routing)
           
 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)
           
 GroupShardsIterator PlainOperationRouting.searchShards(ClusterState clusterState, String[] indices, String[] concreteIndices, String queryHint, Map<String,Set<String>> routing, String preference)
           
 int PlainOperationRouting.searchShardsCount(ClusterState clusterState, String[] indices, String[] concreteIndices, String queryHint, Map<String,Set<String>> routing, String preference)
           
 

Uses of IndexMissingException in org.elasticsearch.indices
 

Methods in org.elasticsearch.indices that throw IndexMissingException
 IndexService InternalIndicesService.indexServiceSafe(String index)
           
 IndexService IndicesService.indexServiceSafe(String index)
           
 



Copyright © 2009-2012. All Rights Reserved.