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

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

  • Method Details

    • of

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

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

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

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

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

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

      public final 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​(ObjectDeserializer<AllocationStore.Builder> op)