Class ReservedStateUpdateTask

java.lang.Object
org.elasticsearch.reservedstate.service.ReservedStateUpdateTask
All Implemented Interfaces:
ClusterStateTaskListener

public class ReservedStateUpdateTask extends Object implements ClusterStateTaskListener
Generic task to update and reserve parts of the cluster state

Reserved cluster state can only be modified by using the ReservedClusterStateService. Updating the reserved cluster state through REST APIs is not permitted.