|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.cluster.routing.GroupShardsIterator
public class GroupShardsIterator
| Constructor Summary | |
|---|---|
GroupShardsIterator(java.util.Collection<ShardIterator> iterators)
|
|
| Method Summary | |
|---|---|
java.util.Iterator<ShardIterator> |
iterator()
|
java.util.Collection<ShardIterator> |
iterators()
|
int |
size()
|
int |
totalSize()
|
int |
totalSizeWith1ForEmpty()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupShardsIterator(java.util.Collection<ShardIterator> iterators)
| Method Detail |
|---|
public int totalSize()
public int totalSizeWith1ForEmpty()
public int size()
public java.util.Collection<ShardIterator> iterators()
public java.util.Iterator<ShardIterator> iterator()
iterator in interface java.lang.Iterable<ShardIterator>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||