Package org.elasticsearch.client.watcher
Class WatcherStatsRequest
java.lang.Object
org.elasticsearch.client.watcher.WatcherStatsRequest
- All Implemented Interfaces:
Validatable
public class WatcherStatsRequest extends java.lang.Object implements Validatable
A request to explicitly acknowledge a watch.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WatcherStatsRequest()WatcherStatsRequest(boolean includeCurrentWatches, boolean includeQueuedWatches) -
Method Summary
Modifier and Type Method Description booleanincludeCurrentWatches()booleanincludeQueuedWatches()java.lang.StringtoString()
-
Constructor Details
-
WatcherStatsRequest
public WatcherStatsRequest() -
WatcherStatsRequest
public WatcherStatsRequest(boolean includeCurrentWatches, boolean includeQueuedWatches)
-
-
Method Details
-
includeCurrentWatches
public boolean includeCurrentWatches() -
includeQueuedWatches
public boolean includeQueuedWatches() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-