Module org.elasticsearch.xcore
Class ActionThrottler
java.lang.Object
org.elasticsearch.xpack.core.watcher.actions.throttler.ActionThrottler
- All Implemented Interfaces:
Throttler
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xpack.core.watcher.actions.throttler.Throttler
Throttler.Result, Throttler.Type -
Constructor Summary
ConstructorsConstructorDescriptionActionThrottler(Clock clock, org.elasticsearch.core.TimeValue throttlePeriod, XPackLicenseState licenseState) -
Method Summary
Modifier and TypeMethodDescriptionthrottle(String actionId, WatchExecutionContext ctx) org.elasticsearch.core.TimeValue
-
Constructor Details
-
ActionThrottler
public ActionThrottler(Clock clock, @Nullable org.elasticsearch.core.TimeValue throttlePeriod, XPackLicenseState licenseState)
-
-
Method Details