Class WatcherNodeStats
java.lang.Object
co.elastic.clients.elasticsearch.watcher.stats.WatcherNodeStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<WatcherNodeStats>Json deserializer forWatcherNodeStats -
Method Summary
Modifier and TypeMethodDescriptionfinal List<WatchRecordStats>API name:current_watchesfinal ExecutionThreadPoolRequired - API name:execution_thread_poolfinal StringnodeId()Required - API name:node_idstatic WatcherNodeStatsfinal List<WatchRecordQueuedStats>API name:queued_watchesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final longRequired - API name:watch_countfinal WatcherStateRequired - API name:watcher_state
-
Field Details
-
_DESERIALIZER
Json deserializer forWatcherNodeStats
-
-
Method Details
-
of
public static WatcherNodeStats of(Function<WatcherNodeStats.Builder, ObjectBuilder<WatcherNodeStats>> fn) -
currentWatches
API name:current_watches -
executionThreadPool
Required - API name:execution_thread_pool -
queuedWatches
API name:queued_watches -
watchCount
public final long watchCount()Required - API name:watch_count -
watcherState
Required - API name:watcher_state -
nodeId
Required - API name:node_id -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupWatcherNodeStatsDeserializer
protected static void setupWatcherNodeStatsDeserializer(ObjectDeserializer<WatcherNodeStats.Builder> op)
-