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
compareToMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods 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:
resetin interfaceShardsIterator
-