Class NodesResponseBase
java.lang.Object
co.elastic.clients.elasticsearch.nodes.NodesResponseBase
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
ResponseBase,ResponseBase,ResponseBase,ResponseBase,ResponseBase,ResponseBase,StatsResponseBase
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNodesResponseBase(NodesResponseBase.AbstractBuilder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionfinal NodeStatisticsContains statistics about the number of nodes selected by the request’s node filters.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends NodesResponseBase.AbstractBuilder<BuilderT>>
voidsetupNodesResponseBaseDeserializer(ObjectDeserializer<BuilderT> op) toString()
-
Constructor Details
-
NodesResponseBase
-
-
Method Details
-
nodeStats
Contains statistics about the number of nodes selected by the request’s node filters.API name:
_nodes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupNodesResponseBaseDeserializer
protected static <BuilderT extends NodesResponseBase.AbstractBuilder<BuilderT>> void setupNodesResponseBaseDeserializer(ObjectDeserializer<BuilderT> op)
-