Module org.elasticsearch.xcore
Class Action.Result.Throttled
java.lang.Object
org.elasticsearch.xpack.core.watcher.actions.Action.Result
org.elasticsearch.xpack.core.watcher.actions.Action.Result.StoppedResult
org.elasticsearch.xpack.core.watcher.actions.Action.Result.Throttled
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentFragment
- Enclosing class:
Action.Result
Throttled is a Action.Result.StoppedResult with a status of Action.Result.Status.THROTTLED for actions that have been throttled.-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.xpack.core.watcher.actions.Action.Result
Action.Result.Acknowledged, Action.Result.ConditionFailed, Action.Result.Failure, Action.Result.FailureWithException, Action.Result.Status, Action.Result.StoppedResult, Action.Result.ThrottledNested 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
Fields inherited from class org.elasticsearch.xpack.core.watcher.actions.Action.Result
status, typeFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.xpack.core.watcher.actions.Action.Result.StoppedResult
reason, toXContentMethods inherited from class org.elasticsearch.xpack.core.watcher.actions.Action.Result
status, typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
Throttled
-