Class Ingest
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Ingest
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Ingest>Json deserializer forIngest
- 
Method SummaryModifier and TypeMethodDescriptionstatic Ingestfinal Map<String,IngestStats> Contains statistics about ingest pipelines for the node.voidserialize(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 IngestTotaltotal()Contains statistics about ingest operations for the node.
- 
Field Details- 
_DESERIALIZERJson deserializer forIngest
 
- 
- 
Method Details- 
of
- 
pipelinesContains statistics about ingest pipelines for the node.API name: pipelines
- 
totalContains statistics about ingest operations for the node.API name: total
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupIngestDeserializer
 
-