Class IsolateDatafeedAction

java.lang.Object
org.elasticsearch.action.ActionType<IsolateDatafeedAction.Response>
org.elasticsearch.xpack.core.ml.action.IsolateDatafeedAction

public class IsolateDatafeedAction extends ActionType<IsolateDatafeedAction.Response>
An internal action that isolates a datafeed. Datafeed isolation is effectively disconnecting a running datafeed task from its job, i.e. even though the datafeed performs a search, the retrieved data is not sent to the job, etc. As stopping a datafeed cannot always happen instantaneously (e.g. cannot cancel an ongoing search), isolating a datafeed task ensures the current datafeed task can complete inconsequentially while the datafeed persistent task may be stopped or reassigned on another node.