Class ClusterStateQueue
java.lang.Object
co.elastic.clients.elasticsearch.nodes.ClusterStateQueue
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterStateQueue>Json deserializer forClusterStateQueue -
Method Summary
Modifier and TypeMethodDescriptionfinal LongNumber of committed cluster states in queue.static ClusterStateQueuefinal Longpending()Number of pending cluster states in queue.voidserialize(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 Longtotal()Total number of cluster states in queue.
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterStateQueue
-
-
Method Details
-
of
public static ClusterStateQueue of(Function<ClusterStateQueue.Builder, ObjectBuilder<ClusterStateQueue>> fn) -
total
Total number of cluster states in queue.API name:
total -
pending
Number of pending cluster states in queue.API name:
pending -
committed
Number of committed cluster states in queue.API name:
committed -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterStateQueueDeserializer
protected static void setupClusterStateQueueDeserializer(ObjectDeserializer<ClusterStateQueue.Builder> op)
-