Class NodesResponseBase
java.lang.Object
co.elastic.clients.elasticsearch.nodes.NodesResponseBase
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
InfoResponse,ReloadSecureSettingsResponse,StatsResponse,StatsResponse,UsageResponse
public abstract class NodesResponseBase extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classNodesResponseBase.AbstractBuilder<BuilderT extends NodesResponseBase.AbstractBuilder<BuilderT>> -
Constructor Summary
Constructors Constructor Description NodesResponseBase(NodesResponseBase.AbstractBuilder<?> builder) -
Method Summary
Modifier and Type Method Description NodeStatisticsnodeStats()Required - Contains 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(DelegatingDeserializer<BuilderT> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NodesResponseBase
-
-
Method Details
-
nodeStats
Required - 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
-
setupNodesResponseBaseDeserializer
protected static <BuilderT extends NodesResponseBase.AbstractBuilder<BuilderT>> void setupNodesResponseBaseDeserializer(DelegatingDeserializer<BuilderT> op)
-