public class ClusterStatsNodes extends Object implements ToXContent, Streamable
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ClusterStatsNodes.Counts |
static class |
ClusterStatsNodes.JvmStats |
static class |
ClusterStatsNodes.JvmVersion |
static class |
ClusterStatsNodes.OsStats |
static class |
ClusterStatsNodes.ProcessStats |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
ClusterStatsNodes(ClusterStatsNodeResponse[] nodeResponses) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ClusterStatsNodes.Counts |
getCounts() |
FsInfo.Path |
getFs() |
ClusterStatsNodes.JvmStats |
getJvm() |
ClusterStatsNodes.OsStats |
getOs() |
Set<PluginInfo> |
getPlugins() |
ClusterStatsNodes.ProcessStats |
getProcess() |
Set<Version> |
getVersions() |
void |
readFrom(StreamInput in) |
static ClusterStatsNodes |
readNodeStats(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public ClusterStatsNodes(ClusterStatsNodeResponse[] nodeResponses)
public ClusterStatsNodes.Counts getCounts()
public ClusterStatsNodes.OsStats getOs()
public ClusterStatsNodes.ProcessStats getProcess()
public ClusterStatsNodes.JvmStats getJvm()
public FsInfo.Path getFs()
public Set<PluginInfo> getPlugins()
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic static ClusterStatsNodes readNodeStats(StreamInput in) throws IOException
IOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.