Class ClusterIngest
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterIngest
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterIngest>Json deserializer forClusterIngest -
Method Summary
Modifier and TypeMethodDescriptionfinal intRequired - API name:number_of_pipelinesstatic ClusterIngestfinal Map<String,ClusterProcessor> Required - API name:processor_statsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterIngest
-
-
Method Details
-
of
-
numberOfPipelines
public final int numberOfPipelines()Required - API name:number_of_pipelines -
processorStats
Required - API name:processor_stats -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterIngestDeserializer
-