Class Pipeline
java.lang.Object
co.elastic.clients.elasticsearch.ingest.Pipeline
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Pipeline extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPipeline.BuilderBuilder forPipeline. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Pipeline>_DESERIALIZERJson deserializer forPipeline -
Constructor Summary
Constructors Constructor Description Pipeline(Pipeline.Builder builder)Pipeline(java.util.function.Function<Pipeline.Builder,Pipeline.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringdescription()API name:descriptionjava.util.List<Processor>onFailure()API name:on_failurejava.util.List<Processor>processors()API name:processorsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupPipelineDeserializer(DelegatingDeserializer<Pipeline.Builder> op)java.lang.Longversion()API name:versionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPipeline
-
-
Constructor Details
-
Pipeline
-
Pipeline
-
-
Method Details
-
description
@Nullable public java.lang.String description()API name:description -
onFailure
API name:on_failure -
processors
API name:processors -
version
@Nullable public java.lang.Long version()API name:version -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupPipelineDeserializer
-