java.lang.Object
org.opensearch.client.opensearch.cluster.stats.ClusterNodes
All Implemented Interfaces:
ToJsonp

public final class ClusterNodes
extends java.lang.Object
implements ToJsonp
  • Field Details

  • Constructor Details

  • Method Details

    • count

      public ClusterNodeCount count()
      Contains counts for nodes selected by the request's node filters. API name: count
    • discoveryTypes

      public java.util.Map<java.lang.String,​java.lang.Number> discoveryTypes()
      Contains statistics about the discovery types used by selected nodes. API name: discovery_types
    • fs

      public ClusterFileSystem fs()
      Contains statistics about file stores by selected nodes. API name: fs
    • ingest

      public ClusterIngest ingest()
      API name: ingest
    • jvm

      public ClusterJvm jvm()
      Contains statistics about the Java Virtual Machines (JVMs) used by selected nodes. API name: jvm
    • networkTypes

      public ClusterNetworkTypes networkTypes()
      Contains statistics about the transport and HTTP networks used by selected nodes. API name: network_types
    • os

      Contains statistics about the operating systems used by selected nodes. API name: os
    • packagingTypes

      public java.util.List<NodePackagingType> packagingTypes()
      Contains statistics about Elasticsearch distributions installed on selected nodes. API name: packaging_types
    • plugins

      public java.util.List<PluginStats> plugins()
      Contains statistics about installed plugins and modules by selected nodes. API name: plugins
    • process

      public ClusterProcess process()
      Contains statistics about processes used by selected nodes. API name: process
    • versions

      public java.util.List<java.lang.String> versions()
      Array of Elasticsearch versions used on selected nodes. API name: versions
    • toJsonp

      public void toJsonp​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      toJsonp in interface ToJsonp
    • toJsonpInternal

      protected void toJsonpInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupClusterNodesDeserializer

      protected static void setupClusterNodesDeserializer​(DelegatingDeserializer<ClusterNodes.Builder> op)