Uses of Class
org.elasticsearch.client.watcher.StopWatchServiceRequest
-
Packages that use StopWatchServiceRequest Package Description org.elasticsearch.client -
-
Uses of StopWatchServiceRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type StopWatchServiceRequest Modifier and Type Method Description AcknowledgedResponseWatcherClient. stopWatchService(StopWatchServiceRequest request, RequestOptions options)Stop the watch service See the docs for more.CancellableWatcherClient. stopWatchServiceAsync(StopWatchServiceRequest request, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Asynchronously stop the watch service See the docs for more.
-