Class ClusterStateQueue
java.lang.Object
co.elastic.clients.elasticsearch.nodes.ClusterStateQueue
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClusterStateQueue extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterStateQueue.BuilderBuilder forClusterStateQueue. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterStateQueue>_DESERIALIZERJson deserializer forClusterStateQueue -
Method Summary
Modifier and Type Method Description java.lang.Longcommitted()API name:committedstatic ClusterStateQueueof(java.util.function.Function<ClusterStateQueue.Builder,ObjectBuilder<ClusterStateQueue>> fn)java.lang.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 voidsetupClusterStateQueueDeserializer(ObjectDeserializer<ClusterStateQueue.Builder> op)java.lang.StringtoString()java.lang.Longtotal()API name:totalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterStateQueue
-
-
Method Details
-
of
public static ClusterStateQueue of(java.util.function.Function<ClusterStateQueue.Builder,ObjectBuilder<ClusterStateQueue>> fn) -
total
@Nullable public final java.lang.Long total()API name:total -
pending
@Nullable public final java.lang.Long pending()API name:pending -
committed
@Nullable public final java.lang.Long committed()API name:committed -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupClusterStateQueueDeserializer
protected static void setupClusterStateQueueDeserializer(ObjectDeserializer<ClusterStateQueue.Builder> op)
-