Class Watcher
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.Watcher
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Watcher extends Base
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWatcher.BuilderBuilder forWatcher.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
Base.AbstractBuilder<BuilderT extends Base.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Watcher>_DESERIALIZERJson deserializer forWatcher -
Constructor Summary
Constructors Constructor Description Watcher(Watcher.Builder builder)Watcher(java.util.function.Function<Watcher.Builder,Watcher.Builder> fn) -
Method Summary
Modifier and Type Method Description Countercount()API name:countWatcherActionsexecution()API name:executionprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupWatcherDeserializer(DelegatingDeserializer<Watcher.Builder> op)WatcherWatchwatch()API name:watchMethods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, enabled, serialize, setupBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forWatcher
-
-
Constructor Details
-
Watcher
-
Watcher
-
-
Method Details
-
execution
API name:execution -
watch
API name:watch -
count
API name:count -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupWatcherDeserializer
-