Interface ShardIterator
- All Superinterfaces:
Comparable<ShardIterator>
,Countable
,Iterable<ShardRouting>
,ShardsIterator
- All Known Implementing Classes:
PlainShardIterator
Allows to iterate over a set of shard instances (routing) within a shard id group.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.elasticsearch.cluster.routing.ShardsIterator
equals, getShardRoutings, hashCode, nextOrNull, remaining, size, sizeActive
-
Method Details
-
shardId
ShardId shardId()The shard id this group relates to. -
reset
void reset()Resets the iterator.- Specified by:
reset
in interfaceShardsIterator
-