Class NodeAttributesRecord
java.lang.Object
co.elastic.clients.elasticsearch.cat.nodeattrs.NodeAttributesRecord
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeAttributesRecord>Json deserializer forNodeAttributesRecord -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringattr()The attribute name.final Stringhost()The host name.final Stringid()The unique node identifier.final Stringip()The IP address.final Stringnode()The node name.static NodeAttributesRecordfinal Stringpid()The process identifier.final Stringport()The bound transport port.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 Stringvalue()The attribute value.
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeAttributesRecord
-
-
Method Details
-
of
public static NodeAttributesRecord of(Function<NodeAttributesRecord.Builder, ObjectBuilder<NodeAttributesRecord>> fn) -
node
The node name.API name:
node -
id
The unique node identifier.API name:
id -
pid
The process identifier.API name:
pid -
host
The host name.API name:
host -
ip
The IP address.API name:
ip -
port
The bound transport port.API name:
port -
attr
The attribute name.API name:
attr -
value
The attribute value.API name:
value -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupNodeAttributesRecordDeserializer
protected static void setupNodeAttributesRecordDeserializer(ObjectDeserializer<NodeAttributesRecord.Builder> op)
-