Uses of Class
org.elasticsearch.client.watcher.PutWatchRequest
-
Packages that use PutWatchRequest Package Description org.elasticsearch.client org.elasticsearch.client.watcher -
-
Uses of PutWatchRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type PutWatchRequest Modifier and Type Method Description PutWatchResponseWatcherClient. putWatch(PutWatchRequest request, RequestOptions options)Put a watch into the cluster See the docs for more.CancellableWatcherClient. putWatchAsync(PutWatchRequest request, RequestOptions options, ActionListener<PutWatchResponse> listener)Asynchronously put a watch into the cluster See the docs for more. -
Uses of PutWatchRequest in org.elasticsearch.client.watcher
Methods in org.elasticsearch.client.watcher that return PutWatchRequest Modifier and Type Method Description PutWatchRequestPutWatchRequest. setIfPrimaryTerm(long term)only performs this put request if the watch's last modification was assigned the given primary term.PutWatchRequestPutWatchRequest. setIfSeqNo(long seqNo)only performs this put request if the watch's last modification was assigned the given sequence number.
-