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

Packages that use ShardIterator
org.elasticsearch.action.bulk   
org.elasticsearch.action.delete Delete action. 
org.elasticsearch.action.delete.index   
org.elasticsearch.action.deletebyquery Delete by query action. 
org.elasticsearch.action.explain Explain action. 
org.elasticsearch.action.get Get action. 
org.elasticsearch.action.index Index action. 
org.elasticsearch.action.support.replication   
org.elasticsearch.action.support.single.instance   
org.elasticsearch.action.support.single.shard   
org.elasticsearch.action.update   
org.elasticsearch.cluster.routing   
org.elasticsearch.cluster.routing.operation   
org.elasticsearch.cluster.routing.operation.plain   
 

Uses of ShardIterator in org.elasticsearch.action.bulk
 

Methods in org.elasticsearch.action.bulk that return ShardIterator
protected  ShardIterator TransportShardBulkAction.shards(ClusterState clusterState, BulkShardRequest request)
           
 

Uses of ShardIterator in org.elasticsearch.action.delete
 

Methods in org.elasticsearch.action.delete that return ShardIterator
protected  ShardIterator TransportDeleteAction.shards(ClusterState clusterState, DeleteRequest request)
           
 

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

Methods in org.elasticsearch.action.delete.index that return ShardIterator
protected  ShardIterator TransportShardDeleteAction.shards(ClusterState clusterState, ShardDeleteRequest request)
           
 

Uses of ShardIterator in org.elasticsearch.action.deletebyquery
 

Methods in org.elasticsearch.action.deletebyquery that return ShardIterator
protected  ShardIterator TransportShardDeleteByQueryAction.shards(ClusterState clusterState, ShardDeleteByQueryRequest request)
           
 

Uses of ShardIterator in org.elasticsearch.action.explain
 

Methods in org.elasticsearch.action.explain that return ShardIterator
protected  ShardIterator TransportExplainAction.shards(ClusterState state, ExplainRequest request)
           
 

Uses of ShardIterator in org.elasticsearch.action.get
 

Methods in org.elasticsearch.action.get that return ShardIterator
protected  ShardIterator TransportGetAction.shards(ClusterState state, GetRequest request)
           
protected  ShardIterator TransportShardMultiGetAction.shards(ClusterState state, MultiGetShardRequest request)
           
 

Uses of ShardIterator in org.elasticsearch.action.index
 

Methods in org.elasticsearch.action.index that return ShardIterator
protected  ShardIterator TransportIndexAction.shards(ClusterState clusterState, IndexRequest request)
           
 

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

Methods in org.elasticsearch.action.support.replication that return ShardIterator
protected abstract  ShardIterator TransportShardReplicationOperationAction.shards(ClusterState clusterState, Request request)
           
 

Uses of ShardIterator in org.elasticsearch.action.support.single.instance
 

Methods in org.elasticsearch.action.support.single.instance that return ShardIterator
protected abstract  ShardIterator TransportInstanceSingleOperationAction.shards(ClusterState clusterState, Request request)
          Should return an iterator with a single shard!
 

Uses of ShardIterator in org.elasticsearch.action.support.single.shard
 

Methods in org.elasticsearch.action.support.single.shard that return ShardIterator
protected abstract  ShardIterator TransportShardSingleOperationAction.shards(ClusterState state, Request request)
           
 

Uses of ShardIterator in org.elasticsearch.action.update
 

Methods in org.elasticsearch.action.update that return ShardIterator
protected  ShardIterator TransportUpdateAction.shards(ClusterState clusterState, UpdateRequest request)
           
 

Uses of ShardIterator in org.elasticsearch.cluster.routing
 

Classes in org.elasticsearch.cluster.routing that implement ShardIterator
 class PlainShardIterator
           
 

Methods in org.elasticsearch.cluster.routing that return ShardIterator
 ShardIterator IndexShardRoutingTable.activeShardsIt()
           
 ShardIterator IndexShardRoutingTable.activeShardsIt(int index)
           
 ShardIterator IndexShardRoutingTable.activeShardsRandomIt()
           
 ShardIterator IndexShardRoutingTable.assignedShardsIt()
           
 ShardIterator IndexShardRoutingTable.assignedShardsIt(int index)
           
 ShardIterator IndexShardRoutingTable.assignedShardsRandomIt()
           
 ShardIterator IndexShardRoutingTable.onlyNodeActiveShardsIt(String nodeId)
           
 ShardIterator IndexShardRoutingTable.preferAttributesActiveShardsIt(String[] attributes, DiscoveryNodes nodes)
           
 ShardIterator IndexShardRoutingTable.preferAttributesActiveShardsIt(String[] attributes, DiscoveryNodes nodes, int index)
           
 ShardIterator IndexShardRoutingTable.preferNodeActiveShardsIt(String nodeId)
          Prefers execution on the provided node if applicable.
 ShardIterator IndexShardRoutingTable.preferNodeAssignedShardsIt(String nodeId)
          Prefers execution on the provided node if applicable.
 ShardIterator IndexShardRoutingTable.preferNodeShardsIt(String nodeId)
          Prefers execution on the provided node if applicable.
 ShardIterator IndexShardRoutingTable.primaryFirstActiveShardsIt()
           
 ShardIterator IndexShardRoutingTable.primaryShardIt()
          Returns an iterator only on the primary shard.
 ShardIterator PlainShardIterator.reset()
           
 ShardIterator ShardIterator.reset()
          Resets the iterator.
 ShardIterator ImmutableShardRouting.shardsIt()
           
 ShardIterator ShardRouting.shardsIt()
          A shard iterator with just this shard in it.
 ShardIterator IndexShardRoutingTable.shardsIt()
           
 ShardIterator IndexShardRoutingTable.shardsIt(int index)
           
 ShardIterator IndexShardRoutingTable.shardsRandomIt()
           
 

Methods in org.elasticsearch.cluster.routing that return types with arguments of type ShardIterator
 Iterator<ShardIterator> GroupShardsIterator.iterator()
           
 Collection<ShardIterator> GroupShardsIterator.iterators()
           
 

Constructor parameters in org.elasticsearch.cluster.routing with type arguments of type ShardIterator
GroupShardsIterator(Collection<ShardIterator> iterators)
           
 

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

Methods in org.elasticsearch.cluster.routing.operation that return ShardIterator
 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 ShardIterator in org.elasticsearch.cluster.routing.operation.plain
 

Methods in org.elasticsearch.cluster.routing.operation.plain that return ShardIterator
 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)
           
 



Copyright © 2009-2012. All Rights Reserved.