Class SoftDeletes

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

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

  • Method Details

    • of

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

      @Nullable public final java.lang.Boolean enabled()
      Indicates whether soft deletes are enabled on the index.

      API name: enabled

    • retentionLease

      @Nullable public final RetentionLease retentionLease()
      The maximum period to retain a shard history retention lease before it is considered expired. Shard history retention leases ensure that soft deletes are retained during merges on the Lucene index. If a soft delete is merged away before it can be replicated to a follower the following process will fail due to incomplete history on the leader.

      API name: retention_lease

    • 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 java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupSoftDeletesDeserializer

      protected static void setupSoftDeletesDeserializer​(ObjectDeserializer<SoftDeletes.Builder> op)