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()attribute descriptionfinal Stringhost()host namefinal Stringid()unique node idfinal Stringip()ip addressfinal Stringnode()node namestatic NodeAttributesRecordfinal Stringpid()process idfinal Stringport()bound transport portvoidserialize(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()attribute value
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeAttributesRecord
-
-
Method Details
-
of
public static NodeAttributesRecord of(Function<NodeAttributesRecord.Builder, ObjectBuilder<NodeAttributesRecord>> fn) -
node
node nameAPI name:
node -
id
unique node idAPI name:
id -
pid
process idAPI name:
pid -
host
host nameAPI name:
host -
ip
ip addressAPI name:
ip -
port
bound transport portAPI name:
port -
attr
attribute descriptionAPI name:
attr -
value
attribute valueAPI name:
value -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupNodeAttributesRecordDeserializer
protected static void setupNodeAttributesRecordDeserializer(ObjectDeserializer<NodeAttributesRecord.Builder> op)
-