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 class
Pipeline.Builder
Builder forPipeline
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Pipeline>
_DESERIALIZER
Json 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.String
description()
API name:description
java.util.List<Processor>
onFailure()
API name:on_failure
java.util.List<Processor>
processors()
API name:processors
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
setupPipelineDeserializer(DelegatingDeserializer<Pipeline.Builder> op)
java.lang.Long
version()
API name:version
Methods 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupPipelineDeserializer
-