Class Pipeline
java.lang.Object
co.elastic.clients.elasticsearch.ingest.Pipeline
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Pipeline extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description java.lang.Stringdescription()API name:descriptionstatic Pipelineof(java.util.function.Function<Pipeline.Builder,ObjectBuilder<Pipeline>> fn)java.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(ObjectDeserializer<Pipeline.Builder> op)java.lang.StringtoString()java.lang.Longversion()API name:versionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPipeline
-
-
Method Details
-
of
public static Pipeline of(java.util.function.Function<Pipeline.Builder,ObjectBuilder<Pipeline>> fn) -
description
@Nullable public final java.lang.String description()API name:description -
onFailure
API name:on_failure -
processors
API name:processors -
version
@Nullable public final java.lang.Long version()API name:version -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupPipelineDeserializer
-