Class ClusterInfoResponse
java.lang.Object
co.elastic.clients.elasticsearch.cluster.ClusterInfoResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterInfoResponse>Json deserializer forClusterInfoResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - API name:cluster_namefinal Httphttp()API name:httpfinal Ingestingest()API name:ingeststatic ClusterInfoResponsefinal Scriptingscript()API name:scriptvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Map<String,ThreadCount> API name:thread_pooltoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterInfoResponse
-
-
Method Details
-
of
public static ClusterInfoResponse of(Function<ClusterInfoResponse.Builder, ObjectBuilder<ClusterInfoResponse>> fn) -
clusterName
Required - API name:cluster_name -
http
API name:http -
ingest
API name:ingest -
threadPool
API name:thread_pool -
script
API name:script -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterInfoResponseDeserializer
protected static void setupClusterInfoResponseDeserializer(ObjectDeserializer<ClusterInfoResponse.Builder> op)
-