Uses of Interface
org.elasticsearch.cluster.routing.ShardsIterator

Packages that use ShardsIterator
org.elasticsearch.action.admin.indices.analyze   
org.elasticsearch.action.percolate   
org.elasticsearch.action.support.single.custom   
org.elasticsearch.cluster.routing   
 

Uses of ShardsIterator in org.elasticsearch.action.admin.indices.analyze
 

Methods in org.elasticsearch.action.admin.indices.analyze that return ShardsIterator
protected  ShardsIterator TransportAnalyzeAction.shards(ClusterState state, AnalyzeRequest request)
           
 

Uses of ShardsIterator in org.elasticsearch.action.percolate
 

Methods in org.elasticsearch.action.percolate that return ShardsIterator
protected  ShardsIterator TransportPercolateAction.shards(ClusterState clusterState, PercolateRequest request)
           
 

Uses of ShardsIterator in org.elasticsearch.action.support.single.custom
 

Methods in org.elasticsearch.action.support.single.custom that return ShardsIterator
protected abstract  ShardsIterator TransportSingleCustomOperationAction.shards(ClusterState state, Request request)
          Can return null to execute on this local node.
 

Uses of ShardsIterator in org.elasticsearch.cluster.routing
 

Subinterfaces of ShardsIterator in org.elasticsearch.cluster.routing
 interface ShardIterator
          Allows to iterate over a set of shard instances (routing) within a shard id group.
 

Classes in org.elasticsearch.cluster.routing that implement ShardsIterator
 class PlainShardIterator
           
 class PlainShardsIterator
           
 

Methods in org.elasticsearch.cluster.routing that return ShardsIterator
 ShardsIterator IndexRoutingTable.randomAllActiveShardsIt()
           
 ShardsIterator IndexRoutingTable.randomAllShardsIt()
          An iterator over all shards (including replicas).
 ShardsIterator ShardsIterator.reset()
          Resets the iterator.
 ShardsIterator PlainShardsIterator.reset()
           
 



Copyright © 2009-2012. All Rights Reserved.