Class PipelineProcessor
java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorBase
co.elastic.clients.elasticsearch.ingest.PipelineProcessor
- All Implemented Interfaces:
ProcessorVariant,JsonpSerializable
@JsonpDeserializable
public class PipelineProcessor
extends ProcessorBase
implements ProcessorVariant
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase
ProcessorBase.AbstractBuilder<BuilderT extends ProcessorBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PipelineProcessor>Json deserializer forPipelineProcessor -
Method Summary
Modifier and TypeMethodDescriptionProcessor variant kind.final BooleanWhether to ignore missing pipelines instead of failing.final Stringname()Required - The name of the pipeline to execute.static PipelineProcessorprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase
description, if_, ignoreFailure, onFailure, serialize, setupProcessorBaseDeserializer, tag, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.ingest.ProcessorVariant
_toProcessor
-
Field Details
-
_DESERIALIZER
Json deserializer forPipelineProcessor
-
-
Method Details
-
of
public static PipelineProcessor of(Function<PipelineProcessor.Builder, ObjectBuilder<PipelineProcessor>> fn) -
_processorKind
Processor variant kind.- Specified by:
_processorKindin interfaceProcessorVariant
-
name
Required - The name of the pipeline to execute. Supports template snippets.API name:
name -
ignoreMissingPipeline
Whether to ignore missing pipelines instead of failing.API name:
ignore_missing_pipeline -
serializeInternal
- Overrides:
serializeInternalin classProcessorBase
-
setupPipelineProcessorDeserializer
protected static void setupPipelineProcessorDeserializer(ObjectDeserializer<PipelineProcessor.Builder> op)
-