Class ClusterStatsNodes
- java.lang.Object
-
- org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- All Implemented Interfaces:
ToXContent,ToXContentFragment
public class ClusterStatsNodes extends java.lang.Object implements ToXContentFragment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterStatsNodes.Countsstatic classClusterStatsNodes.JvmStatsstatic classClusterStatsNodes.JvmVersionstatic classClusterStatsNodes.OsStatsstatic classClusterStatsNodes.ProcessStats-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
Modifier and Type Method Description ClusterStatsNodes.CountsgetCounts()FsInfo.PathgetFs()ClusterStatsNodes.JvmStatsgetJvm()ClusterStatsNodes.OsStatsgetOs()java.util.Set<PluginInfo>getPlugins()ClusterStatsNodes.ProcessStatsgetProcess()java.util.Set<Version>getVersions()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
-
-
-
Method Detail
-
getCounts
public ClusterStatsNodes.Counts getCounts()
-
getVersions
public java.util.Set<Version> getVersions()
-
getOs
public ClusterStatsNodes.OsStats getOs()
-
getProcess
public ClusterStatsNodes.ProcessStats getProcess()
-
getJvm
public ClusterStatsNodes.JvmStats getJvm()
-
getFs
public FsInfo.Path getFs()
-
getPlugins
public java.util.Set<PluginInfo> getPlugins()
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
-