Uses of Class
org.elasticsearch.client.watcher.WatchStatus
-
Packages that use WatchStatus Package Description org.elasticsearch.client.watcher -
-
Uses of WatchStatus in org.elasticsearch.client.watcher
Methods in org.elasticsearch.client.watcher that return WatchStatus Modifier and Type Method Description WatchStatusAckWatchResponse. getStatus()WatchStatusActivateWatchResponse. getStatus()WatchStatusDeactivateWatchResponse. getStatus()WatchStatusGetWatchResponse. getStatus()static WatchStatusWatchStatus. parse(XContentParser parser)Constructors in org.elasticsearch.client.watcher with parameters of type WatchStatus Constructor Description AckWatchResponse(WatchStatus status)ActivateWatchResponse(WatchStatus status)DeactivateWatchResponse(WatchStatus status)GetWatchResponse(String id, long version, long seqNo, long primaryTerm, WatchStatus status, BytesReference source, XContentType xContentType)
-