Uses of Class
org.elasticsearch.client.watcher.AckWatchResponse
-
Packages that use AckWatchResponse Package Description org.elasticsearch.client org.elasticsearch.client.watcher -
-
Uses of AckWatchResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return AckWatchResponse Modifier and Type Method Description AckWatchResponseWatcherClient. ackWatch(AckWatchRequest request, RequestOptions options)Acknowledges a watch.Method parameters in org.elasticsearch.client with type arguments of type AckWatchResponse Modifier and Type Method Description CancellableWatcherClient. ackWatchAsync(AckWatchRequest request, RequestOptions options, ActionListener<AckWatchResponse> listener)Asynchronously acknowledges a watch. -
Uses of AckWatchResponse in org.elasticsearch.client.watcher
Methods in org.elasticsearch.client.watcher that return AckWatchResponse Modifier and Type Method Description static AckWatchResponseAckWatchResponse. fromXContent(XContentParser parser)
-