Uses of Class
org.elasticsearch.client.watcher.ActionStatus.Throttle
-
Packages that use ActionStatus.Throttle Package Description org.elasticsearch.client.watcher -
-
Uses of ActionStatus.Throttle in org.elasticsearch.client.watcher
Methods in org.elasticsearch.client.watcher that return ActionStatus.Throttle Modifier and Type Method Description ActionStatus.ThrottleActionStatus. lastThrottle()static ActionStatus.ThrottleActionStatus.Throttle. parse(String actionId, XContentParser parser)Constructors in org.elasticsearch.client.watcher with parameters of type ActionStatus.Throttle Constructor Description ActionStatus(ActionStatus.AckStatus ackStatus, ActionStatus.Execution lastExecution, ActionStatus.Execution lastSuccessfulExecution, ActionStatus.Throttle lastThrottle)
-