Class Ingest
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Ingest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Ingest extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Ingest.Builder
Builder forIngest
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Ingest>
_DESERIALIZER
Json deserializer forIngest
-
Constructor Summary
Constructors Constructor Description Ingest(Ingest.Builder builder)
Ingest(java.util.function.Function<Ingest.Builder,Ingest.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,IngestTotal>
pipelines()
API name:pipelines
void
serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
protected static void
setupIngestDeserializer(DelegatingDeserializer<Ingest.Builder> op)
IngestTotal
total()
API name:total
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIngest
-
-
Constructor Details
-
Ingest
-
Ingest
-
-
Method Details
-
pipelines
API name:pipelines
-
total
API name:total
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupIngestDeserializer
-