public class IndexShardStats extends Object implements Iterable<ShardStats>, Streamable
| コンストラクタと説明 |
|---|
IndexShardStats(ShardId shardId,
ShardStats[] shards) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ShardStats |
getAt(int position) |
CommonStats |
getPrimary() |
ShardId |
getShardId() |
ShardStats[] |
getShards() |
CommonStats |
getTotal() |
Iterator<ShardStats> |
iterator() |
void |
readFrom(StreamInput in) |
static IndexShardStats |
readIndexShardStats(StreamInput in) |
void |
writeTo(StreamOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic IndexShardStats(ShardId shardId, ShardStats[] shards)
public ShardId getShardId()
public ShardStats[] getShards()
public ShardStats getAt(int position)
public Iterator<ShardStats> iterator()
iterator インタフェース内 Iterable<ShardStats>public CommonStats getTotal()
public CommonStats getPrimary()
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic static IndexShardStats readIndexShardStats(StreamInput in) throws IOException
IOExceptionCopyright © 2009–2016. All rights reserved.