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
    boolean includeCurrentWatches()  
    boolean includeQueuedWatches()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods 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:
      toString in class java.lang.Object