public final class RoutingNodes.RoutingNodeIterator extends Object implements Iterator<ShardRouting>, Iterable<ShardRouting>
| コンストラクタと説明 |
|---|
RoutingNodeIterator(RoutingNode iterable) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ShardRouting |
current() |
boolean |
hasNext() |
boolean |
isRemoved()
returns true if
remove() or moveToUnassigned(UnassignedInfo) were called on the current shard |
Iterator<ShardRouting> |
iterator() |
void |
moveToUnassigned(UnassignedInfo unassignedInfo) |
ShardRouting |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic RoutingNodeIterator(RoutingNode iterable)
public boolean hasNext()
hasNext インタフェース内 Iterator<ShardRouting>public ShardRouting next()
next インタフェース内 Iterator<ShardRouting>public void remove()
remove インタフェース内 Iterator<ShardRouting>public boolean isRemoved()
remove() or moveToUnassigned(UnassignedInfo) were called on the current shardpublic Iterator<ShardRouting> iterator()
iterator インタフェース内 Iterable<ShardRouting>public void moveToUnassigned(UnassignedInfo unassignedInfo)
public ShardRouting current()
Copyright © 2009–2016. All rights reserved.