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
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
Modifier and Type Method Description ByteSizeValue
getHeapMax()
Maximum total heap available to the clusterByteSizeValue
getHeapUsed()
Total heap used in the clusterTimeValue
getMaxUpTime()
The maximum uptime of a node in the clusterlong
getThreads()
The total number of threads in the clustercom.carrotsearch.hppc.ObjectIntHashMap<ClusterStatsNodes.JvmVersion>
getVersions()
XContentBuilder
toXContent(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
-
getVersions
public com.carrotsearch.hppc.ObjectIntHashMap<ClusterStatsNodes.JvmVersion> getVersions()
-
getThreads
public long getThreads()
The total number of threads in the cluster
-
getMaxUpTime
public TimeValue getMaxUpTime()
The maximum uptime of a node in the cluster
-
getHeapUsed
public ByteSizeValue getHeapUsed()
Total heap used in the cluster
-
getHeapMax
public ByteSizeValue getHeapMax()
Maximum total heap available to the cluster
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
toXContent
in interfaceToXContent
- Throws:
java.io.IOException
-
-