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
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY -
Constructor Summary
Constructors Constructor Description WatcherStatsRequest()WatcherStatsRequest(boolean includeCurrentWatches, boolean includeQueuedWatches) -
Method Summary
Modifier and Type Method Description booleanincludeCurrentWatches()booleanincludeQueuedWatches()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.client.Validatable
validate
-
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
-