Class FreezeAction

java.lang.Object
org.elasticsearch.xpack.core.ilm.FreezeAction
All Implemented Interfaces:
NamedWriteable, Writeable, ToXContent, ToXContentObject, LifecycleAction

@Deprecated public class FreezeAction extends Object implements LifecycleAction
Deprecated.
A noop LifecycleAction that replaces the removed freeze action. We keep it for backwards compatibility purposes in case we encounter a policy or an index that refers to this action and its steps in the lifecycle state. At 10.x we would like to sanitize the freeze action from input and expunge from the lifecycle execution state of indices.