Class ClusterStateQueue

java.lang.Object
co.elastic.clients.elasticsearch.nodes.ClusterStateQueue
All Implemented Interfaces:
JsonpSerializable

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

  • Method Details

    • of

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

      @Nullable public final java.lang.Long total()
      API name: total
    • pending

      @Nullable public final java.lang.Long pending()
      API name: pending
    • committed

      @Nullable public final java.lang.Long committed()
      API name: committed
    • 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)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupClusterStateQueueDeserializer

      protected static void setupClusterStateQueueDeserializer​(ObjectDeserializer<ClusterStateQueue.Builder> op)