Class Actions
java.lang.Object
co.elastic.clients.elasticsearch.ilm.Actions
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Actions>Json deserializer forActions -
Method Summary
Modifier and TypeMethodDescriptionfinal AllocateActionallocate()Phases allowed: warm, cold.final DeleteActiondelete()Phases allowed: delete.final DownsampleActionPhases allowed: hot, warm, cold.final ForceMergeActionPhases allowed: hot, warm.final EmptyObjectfreeze()Deprecated.7.0.0final MigrateActionmigrate()Phases allowed: warm, cold.static Actionsfinal EmptyObjectreadonly()Phases allowed: hot, warm, cold.final RolloverActionrollover()Phases allowed: hot.final SearchableSnapshotActionPhases allowed: hot, cold, frozen.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final SetPriorityActionPhases allowed: hot, warm, cold.protected static voidfinal ShrinkActionshrink()Phases allowed: hot, warm.toString()final EmptyObjectunfollow()Phases allowed: hot, warm, cold, frozen.final WaitForSnapshotActionPhases allowed: delete.
-
Field Details
-
_DESERIALIZER
Json deserializer forActions
-
-
Method Details
-
of
-
allocate
Phases allowed: warm, cold.API name:
allocate -
delete
Phases allowed: delete.API name:
delete -
downsample
Phases allowed: hot, warm, cold.API name:
downsample -
freeze
Deprecated.7.0.0The freeze action is a noop in 8.xAPI name:
freeze -
forcemerge
Phases allowed: hot, warm.API name:
forcemerge -
migrate
Phases allowed: warm, cold.API name:
migrate -
readonly
Phases allowed: hot, warm, cold.API name:
readonly -
rollover
Phases allowed: hot.API name:
rollover -
setPriority
Phases allowed: hot, warm, cold.API name:
set_priority -
searchableSnapshot
Phases allowed: hot, cold, frozen.API name:
searchable_snapshot -
shrink
Phases allowed: hot, warm.API name:
shrink -
unfollow
Phases allowed: hot, warm, cold, frozen.API name:
unfollow -
waitForSnapshot
Phases allowed: delete.API name:
wait_for_snapshot -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupActionsDeserializer
-