public final class ClusterShardHealth extends Object implements Streamable
| コンストラクタと説明 |
|---|
ClusterShardHealth(int shardId,
IndexShardRoutingTable shardRoutingTable) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getActiveShards() |
int |
getId() |
int |
getInitializingShards() |
int |
getRelocatingShards() |
ClusterHealthStatus |
getStatus() |
int |
getUnassignedShards() |
boolean |
isPrimaryActive() |
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
public ClusterShardHealth(int shardId,
IndexShardRoutingTable shardRoutingTable)
public int getId()
public ClusterHealthStatus getStatus()
public int getRelocatingShards()
public int getActiveShards()
public boolean isPrimaryActive()
public int getInitializingShards()
public int getUnassignedShards()
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.