java.lang.Object
co.elastic.clients.elasticsearch.indices.shard_stores.ShardStore
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class ShardStore extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • allocation

      public final ShardStoreAllocation allocation()
      Required - API name: allocation
    • allocationId

      public final String allocationId()
      Required - API name: allocation_id
    • attributes

      public final Map<String,JsonData> attributes()
      Required - API name: attributes
    • id

      public final String id()
      Required - API name: id
    • legacyVersion

      public final long legacyVersion()
      Required - API name: legacy_version
    • name

      public final String name()
      Required - API name: name
    • storeException

      public final ShardStoreException storeException()
      Required - API name: store_exception
    • transportAddress

      public final String transportAddress()
      Required - API name: transport_address
    • 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 String toString()
      Overrides:
      toString in class Object
    • setupShardStoreDeserializer

      protected static void setupShardStoreDeserializer(ObjectDeserializer<ShardStore.Builder> op)