Class IndexState

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

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

  • Method Details

    • of

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

      public final java.util.Map<java.lang.String,​Alias> aliases()
      API name: aliases
    • mappings

      @Nullable public final TypeMapping mappings()
      API name: mappings
    • settings

      @Nullable public final IndexSettings settings()
      API name: settings
    • defaults

      @Nullable public final IndexSettings defaults()
      Default settings, included when the request's include_default is true.

      API name: defaults

    • dataStream

      @Nullable public final java.lang.String dataStream()
      API name: data_stream
    • 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)
    • setupIndexStateDeserializer

      protected static void setupIndexStateDeserializer​(ObjectDeserializer<IndexState.Builder> op)