ToXContent, ToXContentFragmentpublic class ClusterStatsNodes extends java.lang.Object implements ToXContentFragment
| Modifier and Type | Class | 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| Modifier and Type | Method | Description |
|---|---|---|
ClusterStatsNodes.Counts |
getCounts() |
|
FsInfo.Path |
getFs() |
|
ClusterStatsNodes.JvmStats |
getJvm() |
|
ClusterStatsNodes.OsStats |
getOs() |
|
java.util.Set<PluginInfo> |
getPlugins() |
|
ClusterStatsNodes.ProcessStats |
getProcess() |
|
java.util.Set<Version> |
getVersions() |
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFragmentpublic ClusterStatsNodes.Counts getCounts()
public java.util.Set<Version> getVersions()
public ClusterStatsNodes.OsStats getOs()
public ClusterStatsNodes.ProcessStats getProcess()
public ClusterStatsNodes.JvmStats getJvm()
public FsInfo.Path getFs()
public java.util.Set<PluginInfo> getPlugins()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOException