Class ClusterNodeCount

java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterNodeCount
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class ClusterNodeCount
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static ClusterNodeCount of​(java.util.function.Function<ClusterNodeCount.Builder,​ObjectBuilder<ClusterNodeCount>> fn)
    • coordinatingOnly

      public final int coordinatingOnly()
      Required - API name: coordinating_only
    • data

      public final int data()
      Required - API name: data
    • ingest

      public final int ingest()
      Required - API name: ingest
    • master

      public final int master()
      Required - API name: master
    • total

      public final int total()
      Required - API name: total
    • votingOnly

      public final int votingOnly()
      Required - API name: voting_only
    • dataCold

      public final int dataCold()
      Required - API name: data_cold
    • dataFrozen

      @Nullable public final java.lang.Integer dataFrozen()
      API name: data_frozen
    • dataContent

      public final int dataContent()
      Required - API name: data_content
    • dataWarm

      public final int dataWarm()
      Required - API name: data_warm
    • dataHot

      public final int dataHot()
      Required - API name: data_hot
    • ml

      public final int ml()
      Required - API name: ml
    • remoteClusterClient

      public final int remoteClusterClient()
      Required - API name: remote_cluster_client
    • transform

      public final int transform()
      Required - API name: transform
    • serialize

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

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupClusterNodeCountDeserializer

      protected static void setupClusterNodeCountDeserializer​(ObjectDeserializer<ClusterNodeCount.Builder> op)