Module org.elasticsearch.xcore
Class IsolateDatafeedAction
java.lang.Object
org.elasticsearch.action.ActionType<IsolateDatafeedAction.Response>
org.elasticsearch.xpack.core.ml.action.IsolateDatafeedAction
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
-
NAME
- See Also:
-