public class IndexShardUpgradeStatus extends Object implements Iterable<ShardUpgradeStatus>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ShardUpgradeStatus |
getAt(int i) |
ShardId |
getShardId() |
ShardUpgradeStatus[] |
getShards() |
long |
getTotalBytes() |
long |
getToUpgradeBytes() |
long |
getToUpgradeBytesAncient() |
Iterator<ShardUpgradeStatus> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ShardId getShardId()
public ShardUpgradeStatus getAt(int i)
public ShardUpgradeStatus[] getShards()
public Iterator<ShardUpgradeStatus> iterator()
iterator インタフェース内 Iterable<ShardUpgradeStatus>public long getTotalBytes()
public long getToUpgradeBytes()
public long getToUpgradeBytesAncient()
Copyright © 2009–2016. All rights reserved.