public static class ClusterStatsNodes.OsStats extends Object implements ToXContent, Streamable
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
OsStats() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addNodeInfoStats(NodeInfo nodeInfo,
NodeStats nodeStats) |
int |
getAllocatedProcessors() |
ByteSizeValue |
getAvailableMemory() |
int |
getAvailableProcessors() |
void |
readFrom(StreamInput in) |
static ClusterStatsNodes.OsStats |
readOsStats(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public int getAvailableProcessors()
public int getAllocatedProcessors()
public ByteSizeValue getAvailableMemory()
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic static ClusterStatsNodes.OsStats readOsStats(StreamInput in) throws IOException
IOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.