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.ProcessStatsNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
-
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)
-
Method Details
-
getCounts
-
getVersions
-
getOs
-
getProcess
-
getJvm
-
getFs
-
getPlugins
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-