Class PlainShardsIterator

java.lang.Object
org.elasticsearch.common.util.PlainIterator<ShardRouting>
org.elasticsearch.cluster.routing.PlainShardsIterator
All Implemented Interfaces:
Iterable<ShardRouting>, ShardsIterator
Direct Known Subclasses:
ShardIterator

public class PlainShardsIterator extends PlainIterator<ShardRouting> implements ShardsIterator
A simple ShardsIterator that iterates a list or sub-list of shard indexRoutings.