Class PublishedClusterStates
java.lang.Object
co.elastic.clients.elasticsearch.nodes.PublishedClusterStates
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class PublishedClusterStates
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PublishedClusterStates>Json deserializer forPublishedClusterStates -
Method Summary
Modifier and TypeMethodDescriptionfinal LongNumber of compatible differences between published cluster states.final LongNumber of published cluster states.final LongNumber of incompatible differences between published cluster states.static PublishedClusterStatesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forPublishedClusterStates
-
-
Method Details
-
of
public static PublishedClusterStates of(Function<PublishedClusterStates.Builder, ObjectBuilder<PublishedClusterStates>> fn) -
fullStates
Number of published cluster states.API name:
full_states -
incompatibleDiffs
Number of incompatible differences between published cluster states.API name:
incompatible_diffs -
compatibleDiffs
Number of compatible differences between published cluster states.API name:
compatible_diffs -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPublishedClusterStatesDeserializer
protected static void setupPublishedClusterStatesDeserializer(ObjectDeserializer<PublishedClusterStates.Builder> op)
-