Uses of Class
org.elasticsearch.cluster.routing.GroupShardsIterator

Packages that use GroupShardsIterator
org.elasticsearch.action.admin.indices.cache.clear   
org.elasticsearch.action.admin.indices.flush Flush index/indices action. 
org.elasticsearch.action.admin.indices.gateway.snapshot GAteway Snapshot Action. 
org.elasticsearch.action.admin.indices.optimize Optimize index/indices action. 
org.elasticsearch.action.admin.indices.refresh Refresh index/indices action. 
org.elasticsearch.action.admin.indices.segments   
org.elasticsearch.action.admin.indices.stats   
org.elasticsearch.action.admin.indices.status   
org.elasticsearch.action.admin.indices.validate.query Validate action. 
org.elasticsearch.action.count Count action. 
org.elasticsearch.action.delete.index   
org.elasticsearch.action.deletebyquery Delete by query action. 
org.elasticsearch.action.support.broadcast   
org.elasticsearch.action.support.replication   
org.elasticsearch.cluster.routing   
org.elasticsearch.cluster.routing.operation   
org.elasticsearch.cluster.routing.operation.plain   
 

Uses of GroupShardsIterator in org.elasticsearch.action.admin.indices.cache.clear
 

Methods in org.elasticsearch.action.admin.indices.cache.clear that return GroupShardsIterator
protected  GroupShardsIterator TransportClearIndicesCacheAction.shards(ClusterState clusterState, ClearIndicesCacheRequest request, String[] concreteIndices)
          The refresh request works against *all* shards.
 

Uses of GroupShardsIterator in org.elasticsearch.action.admin.indices.flush
 

Methods in org.elasticsearch.action.admin.indices.flush that return GroupShardsIterator
protected  GroupShardsIterator TransportFlushAction.shards(ClusterState clusterState, FlushRequest request, String[] concreteIndices)
          The refresh request works against *all* shards.
 

Uses of GroupShardsIterator in org.elasticsearch.action.admin.indices.gateway.snapshot
 

Methods in org.elasticsearch.action.admin.indices.gateway.snapshot that return GroupShardsIterator
protected  GroupShardsIterator TransportGatewaySnapshotAction.shards(ClusterState clusterState, GatewaySnapshotRequest request, String[] concreteIndices)
          The snapshot request works against all primary shards.
 

Uses of GroupShardsIterator in org.elasticsearch.action.admin.indices.optimize
 

Methods in org.elasticsearch.action.admin.indices.optimize that return GroupShardsIterator
protected  GroupShardsIterator TransportOptimizeAction.shards(ClusterState clusterState, OptimizeRequest request, String[] concreteIndices)
          The refresh request works against *all* shards.
 

Uses of GroupShardsIterator in org.elasticsearch.action.admin.indices.refresh
 

Methods in org.elasticsearch.action.admin.indices.refresh that return GroupShardsIterator
protected  GroupShardsIterator TransportRefreshAction.shards(ClusterState clusterState, RefreshRequest request, String[] concreteIndices)
          The refresh request works against *all* shards.
 

Uses of GroupShardsIterator in org.elasticsearch.action.admin.indices.segments
 

Methods in org.elasticsearch.action.admin.indices.segments that return GroupShardsIterator
protected  GroupShardsIterator TransportIndicesSegmentsAction.shards(ClusterState clusterState, IndicesSegmentsRequest request, String[] concreteIndices)
          Segments goes across *all* active shards.
 

Uses of GroupShardsIterator in org.elasticsearch.action.admin.indices.stats
 

Methods in org.elasticsearch.action.admin.indices.stats that return GroupShardsIterator
protected  GroupShardsIterator TransportIndicesStatsAction.shards(ClusterState clusterState, IndicesStatsRequest request, String[] concreteIndices)
          Status goes across *all* shards.
 

Uses of GroupShardsIterator in org.elasticsearch.action.admin.indices.status
 

Methods in org.elasticsearch.action.admin.indices.status that return GroupShardsIterator
protected  GroupShardsIterator TransportIndicesStatusAction.shards(ClusterState state, IndicesStatusRequest request, String[] concreteIndices)
          Status goes across *all* shards.
 

Uses of GroupShardsIterator in org.elasticsearch.action.admin.indices.validate.query
 

Methods in org.elasticsearch.action.admin.indices.validate.query that return GroupShardsIterator
protected  GroupShardsIterator TransportValidateQueryAction.shards(ClusterState clusterState, ValidateQueryRequest request, String[] concreteIndices)
           
 

Uses of GroupShardsIterator in org.elasticsearch.action.count
 

Methods in org.elasticsearch.action.count that return GroupShardsIterator
protected  GroupShardsIterator TransportCountAction.shards(ClusterState clusterState, CountRequest request, String[] concreteIndices)
           
 

Uses of GroupShardsIterator in org.elasticsearch.action.delete.index
 

Methods in org.elasticsearch.action.delete.index that return GroupShardsIterator
protected  GroupShardsIterator TransportIndexDeleteAction.shards(IndexDeleteRequest request)
           
 

Uses of GroupShardsIterator in org.elasticsearch.action.deletebyquery
 

Methods in org.elasticsearch.action.deletebyquery that return GroupShardsIterator
protected  GroupShardsIterator TransportIndexDeleteByQueryAction.shards(IndexDeleteByQueryRequest request)
           
 

Uses of GroupShardsIterator in org.elasticsearch.action.support.broadcast
 

Methods in org.elasticsearch.action.support.broadcast that return GroupShardsIterator
protected abstract  GroupShardsIterator TransportBroadcastOperationAction.shards(ClusterState clusterState, Request request, String[] concreteIndices)
           
 

Uses of GroupShardsIterator in org.elasticsearch.action.support.replication
 

Methods in org.elasticsearch.action.support.replication that return GroupShardsIterator
protected abstract  GroupShardsIterator TransportIndexReplicationOperationAction.shards(Request request)
           
 

Uses of GroupShardsIterator in org.elasticsearch.cluster.routing
 

Methods in org.elasticsearch.cluster.routing that return GroupShardsIterator
 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)
           
 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).
 GroupShardsIterator IndexRoutingTable.groupByAllIt()
          A groups shards iterator where each groups is a single ShardRouting and a group is created for each shard routing.
 GroupShardsIterator IndexRoutingTable.groupByShardsIt()
          A group shards iterator where each group (ShardIterator is an iterator across shard replication group.
 

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

Methods in org.elasticsearch.cluster.routing.operation that return GroupShardsIterator
 GroupShardsIterator OperationRouting.broadcastDeleteShards(ClusterState clusterState, String index)
           
 GroupShardsIterator OperationRouting.deleteByQueryShards(ClusterState clusterState, String index, Set<String> routing)
           
 GroupShardsIterator OperationRouting.searchShards(ClusterState clusterState, String[] indices, String[] concreteIndices, String queryHint, Map<String,Set<String>> routing, String preference)
           
 

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

Methods in org.elasticsearch.cluster.routing.operation.plain that return GroupShardsIterator
 GroupShardsIterator PlainOperationRouting.broadcastDeleteShards(ClusterState clusterState, String index)
           
 GroupShardsIterator PlainOperationRouting.deleteByQueryShards(ClusterState clusterState, String index, Set<String> routing)
           
 GroupShardsIterator PlainOperationRouting.searchShards(ClusterState clusterState, String[] indices, String[] concreteIndices, String queryHint, Map<String,Set<String>> routing, String preference)
           
 



Copyright © 2009-2012. All Rights Reserved.