Class NodeAttributesRecord
java.lang.Object
co.elastic.clients.elasticsearch.cat.nodeattrs.NodeAttributesRecord
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeAttributesRecord>Json deserializer forNodeAttributesRecord
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forNodeAttributesRecord
 
- 
- 
Method Details- 
ofpublic static NodeAttributesRecord of(Function<NodeAttributesRecord.Builder, ObjectBuilder<NodeAttributesRecord>> fn) 
- 
nodeThe node name.API name: node
- 
idThe unique node identifier.API name: id
- 
pidThe process identifier.API name: pid
- 
hostThe host name.API name: host
- 
ipThe IP address.API name: ip
- 
portThe bound transport port.API name: port
- 
attrThe attribute name.API name: attr
- 
valueThe attribute value.API name: value
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupNodeAttributesRecordDeserializerprotected static void setupNodeAttributesRecordDeserializer(ObjectDeserializer<NodeAttributesRecord.Builder> op) 
 
-