public class IndexUpgradeStatus extends Object implements Iterable<IndexShardUpgradeStatus>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getIndex() |
Map<Integer,IndexShardUpgradeStatus> |
getShards()
A shard id to index shard upgrade status map (note, index shard upgrade status is the replication shard group that maps
to the shard id).
|
long |
getTotalBytes() |
long |
getToUpgradeBytes() |
long |
getToUpgradeBytesAncient() |
Iterator<IndexShardUpgradeStatus> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic String getIndex()
public Map<Integer,IndexShardUpgradeStatus> getShards()
public Iterator<IndexShardUpgradeStatus> iterator()
iterator インタフェース内 Iterable<IndexShardUpgradeStatus>public long getTotalBytes()
public long getToUpgradeBytes()
public long getToUpgradeBytesAncient()
Copyright © 2009–2016. All rights reserved.