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 LongAPI name:committedstatic ClusterStateQueuefinal Longpending()API name:pendingvoidserialize(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()API name:total
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterStateQueue
-
-
Method Details
-
of
public static ClusterStateQueue of(Function<ClusterStateQueue.Builder, ObjectBuilder<ClusterStateQueue>> fn) -
total
API name:total -
pending
API name:pending -
committed
API name:committed -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterStateQueueDeserializer
protected static void setupClusterStateQueueDeserializer(ObjectDeserializer<ClusterStateQueue.Builder> op)
-