java.lang.Object
co.elastic.clients.elasticsearch.cluster.allocation_explain.ReservedSize
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public final class ReservedSize
extends java.lang.Object
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • nodeId

      public java.lang.String nodeId()
      Required - API name: node_id
    • path

      public java.lang.String path()
      Required - API name: path
    • total

      public long total()
      Required - API name: total
    • shards

      public java.util.List<java.lang.String> shards()
      Required - API name: shards
    • 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)
    • setupReservedSizeDeserializer

      protected static void setupReservedSizeDeserializer​(DelegatingDeserializer<ReservedSize.Builder> op)