Class ClusterOperatingSystemArchitecture
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterOperatingSystemArchitecture
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class ClusterOperatingSystemArchitecture
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterOperatingSystemArchitecture>Json deserializer forClusterOperatingSystemArchitecture -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarch()Required - Name of an architecture used by one or more selected nodes.final intcount()Required - Number of selected nodes using the architecture.of(Function<ClusterOperatingSystemArchitecture.Builder, ObjectBuilder<ClusterOperatingSystemArchitecture>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupClusterOperatingSystemArchitectureDeserializer(ObjectDeserializer<ClusterOperatingSystemArchitecture.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterOperatingSystemArchitecture
-
-
Method Details
-
of
-
arch
Required - Name of an architecture used by one or more selected nodes.API name:
arch -
count
public final int count()Required - Number of selected nodes using the architecture.API name:
count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterOperatingSystemArchitectureDeserializer
protected static void setupClusterOperatingSystemArchitectureDeserializer(ObjectDeserializer<ClusterOperatingSystemArchitecture.Builder> op)
-