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

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

  • Constructor Details

  • Method Details

    • allocationId

      public java.lang.String allocationId()
      Required - API name: allocation_id
    • found

      public boolean found()
      Required - API name: found
    • inSync

      public boolean inSync()
      Required - API name: in_sync
    • matchingSizeInBytes

      public long matchingSizeInBytes()
      Required - API name: matching_size_in_bytes
    • matchingSyncId

      public boolean matchingSyncId()
      Required - API name: matching_sync_id
    • storeException

      public java.lang.String storeException()
      Required - API name: store_exception
    • 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)
    • setupAllocationStoreDeserializer

      protected static void setupAllocationStoreDeserializer​(DelegatingDeserializer<AllocationStore.Builder> op)