Uses of Class
org.elasticsearch.client.watcher.GetWatchRequest
-
Packages that use GetWatchRequest Package Description org.elasticsearch.client -
-
Uses of GetWatchRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetWatchRequest Modifier and Type Method Description GetWatchResponseWatcherClient. getWatch(GetWatchRequest request, RequestOptions options)Gets a watch from the cluster See the docs for more.CancellableWatcherClient. getWatchAsync(GetWatchRequest request, RequestOptions options, ActionListener<GetWatchResponse> listener)Asynchronously gets a watch into the cluster See the docs for more.
-