Module org.elasticsearch.xcore
Class Action.Result
java.lang.Object
org.elasticsearch.xpack.core.watcher.actions.Action.Result
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentFragment
- Direct Known Subclasses:
Action.Result.FailureWithException,Action.Result.StoppedResult
- Enclosing interface:
Action
public abstract static class Action.Result
extends Object
implements org.elasticsearch.xcontent.ToXContentFragment
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAcknowledgedis aAction.Result.StoppedResultwith a status ofAction.Result.Status.ACKNOWLEDGEDfor actions that have been throttled.static classConditionFailedis aAction.Result.StoppedResultwith a status ofAction.Result.Status.FAILUREfor actions that have been skipped because the action's condition failed (either expected or unexpected).static classFailureis aAction.Result.StoppedResultwith a status ofAction.Result.Status.FAILUREfor actiosn that have failed unexpectedly (e.g., an exception was thrown in a place that wouldn't expect one, like transformation or an HTTP request).static classstatic enumstatic classstatic classThrottledis aAction.Result.StoppedResultwith a status ofAction.Result.Status.THROTTLEDfor actions that have been throttled.Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params -
Field Summary
FieldsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContent
toXContentMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Field Details
-
type
-
status
-
-
Constructor Details
-
Result
-
-
Method Details
-
type
-
status
-