Class ClusterStatsNodes
java.lang.Object
org.opensearch.action.admin.cluster.stats.ClusterStatsNodes
- All Implemented Interfaces:
org.opensearch.core.xcontent.ToXContent
,org.opensearch.core.xcontent.ToXContentFragment
@PublicApi(since="1.0.0")
public class ClusterStatsNodes
extends Object
implements org.opensearch.core.xcontent.ToXContentFragment
Per Node Cluster Stats
- Opensearch.api:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Inner Countsstatic class
Inner JVM Statsstatic class
Inner JVM Versionstatic class
Inner Operating System Statsstatic class
Inner Process StatsNested classes/interfaces inherited from interface org.opensearch.core.xcontent.ToXContent
org.opensearch.core.xcontent.ToXContent.DelegatingMapParams, org.opensearch.core.xcontent.ToXContent.MapParams, org.opensearch.core.xcontent.ToXContent.Params
-
Field Summary
Fields inherited from interface org.opensearch.core.xcontent.ToXContent
EMPTY_PARAMS
-
Method Summary
Modifier and TypeMethodDescriptiongetFs()
getJvm()
getOs()
Set
<org.opensearch.Version> org.opensearch.core.xcontent.XContentBuilder
toXContent
(org.opensearch.core.xcontent.XContentBuilder builder, org.opensearch.core.xcontent.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.opensearch.core.xcontent.ToXContentFragment
isFragment
-
Method Details
-
getCounts
-
getVersions
-
getOs
-
getProcess
-
getJvm
-
getFs
-
getPlugins
-
toXContent
public org.opensearch.core.xcontent.XContentBuilder toXContent(org.opensearch.core.xcontent.XContentBuilder builder, org.opensearch.core.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContent
in interfaceorg.opensearch.core.xcontent.ToXContent
- Throws:
IOException
-