Uses of Class
org.elasticsearch.cluster.routing.GroupShardsIterator
-
Packages that use GroupShardsIterator Package Description org.elasticsearch.action.admin.indices.validate.query org.elasticsearch.action.support.broadcast org.elasticsearch.cluster.routing -
-
Uses of GroupShardsIterator in org.elasticsearch.action.admin.indices.validate.query
Methods in org.elasticsearch.action.admin.indices.validate.query that return GroupShardsIterator Modifier and Type Method Description protected GroupShardsIteratorTransportValidateQueryAction. shards(ClusterState clusterState, ValidateQueryRequest request, String[] concreteIndices) -
Uses of GroupShardsIterator in org.elasticsearch.action.support.broadcast
Methods in org.elasticsearch.action.support.broadcast that return GroupShardsIterator Modifier and Type Method Description protected abstract GroupShardsIterator<ShardIterator>TransportBroadcastAction. shards(ClusterState clusterState, Request request, String[] concreteIndices)Determines the shards this operation will be executed on. -
Uses of GroupShardsIterator in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing that return GroupShardsIterator Modifier and Type Method Description GroupShardsIterator<ShardIterator>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<ShardIterator>RoutingTable. allActiveShardsGrouped(String[] indices, boolean includeEmpty)Return GroupShardsIterator where each active shard routing has it's own shard iterator.GroupShardsIterator<ShardIterator>RoutingTable. allAssignedShardsGrouped(String[] indices, boolean includeEmpty)Return GroupShardsIterator where each assigned shard routing has it's own shard iterator.GroupShardsIterator<ShardIterator>OperationRouting. searchShards(ClusterState clusterState, String[] concreteIndices, Map<String,Set<String>> routing, String preference)GroupShardsIterator<ShardIterator>OperationRouting. searchShards(ClusterState clusterState, String[] concreteIndices, Map<String,Set<String>> routing, String preference, ResponseCollectorService collectorService, Map<String,Long> nodeCounts)
-