Class ClusterStatsNodes.JvmStats
java.lang.Object
org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
- All Implemented Interfaces:
ToXContent,ToXContentFragment
- Enclosing class:
- ClusterStatsNodes
public static class ClusterStatsNodes.JvmStats extends java.lang.Object implements ToXContentFragment
-
Nested Class Summary
Nested 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 ByteSizeValuegetHeapMax()Maximum total heap available to the clusterByteSizeValuegetHeapUsed()Total heap used in the clusterTimeValuegetMaxUpTime()The maximum uptime of a node in the clusterlonggetThreads()The total number of threads in the clustercom.carrotsearch.hppc.ObjectIntHashMap<ClusterStatsNodes.JvmVersion>getVersions()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)
-
Method Details
-
getVersions
-
getThreads
public long getThreads()The total number of threads in the cluster -
getMaxUpTime
The maximum uptime of a node in the cluster -
getHeapUsed
Total heap used in the cluster -
getHeapMax
Maximum total heap available to the cluster -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-