Class ClusterStatsNodes

java.lang.Object
org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class ClusterStatsNodes
extends java.lang.Object
implements org.elasticsearch.common.xcontent.ToXContentFragment
  • Method Details

    • 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 org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
      java.io.IOException