public class ClusterStatsNodes extends Object implements ToXContent, Streamable
| Modifier and Type | Class and Description |
|---|---|
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| Constructor and Description |
|---|
ClusterStatsNodes(ClusterStatsNodeResponse[] nodeResponses) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic static ClusterStatsNodes readNodeStats(StreamInput in) throws IOException
IOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent in interface ToXContentIOExceptionCopyright © 2009–2017. All rights reserved.