Class OperationModeUpdateTask

java.lang.Object
org.elasticsearch.cluster.ClusterStateUpdateTask
org.elasticsearch.xpack.core.ilm.OperationModeUpdateTask
All Implemented Interfaces:
ClusterStateTaskListener

public class OperationModeUpdateTask extends ClusterStateUpdateTask
This task updates the operation mode state for ILM.

As stopping ILM proved to be an action we want to sometimes take in order to allow clusters to stabilise when under heavy load this task might run at Priority.IMMEDIATE priority so please make sure to keep this task as lightweight as possible.