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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSoftDeletes.BuilderBuilder forSoftDeletes. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SoftDeletes>_DESERIALIZERJson deserializer forSoftDeletes -
Method Summary
Modifier and Type Method Description java.lang.Booleanenabled()Indicates whether soft deletes are enabled on the index.static SoftDeletesof(java.util.function.Function<SoftDeletes.Builder,ObjectBuilder<SoftDeletes>> fn)RetentionLeaseretentionLease()The maximum period to retain a shard history retention lease before it is considered expired.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSoftDeletesDeserializer(ObjectDeserializer<SoftDeletes.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSoftDeletes
-
-
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
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
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupSoftDeletesDeserializer
-