Class Pipeline
java.lang.Object
org.opensearch.client.opensearch.ingest.Pipeline
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<Pipeline.Builder,Pipeline>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class Pipeline
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<Pipeline.Builder,Pipeline>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Pipeline> Json deserializer forPipeline -
Method Summary
Modifier and TypeMethodDescriptionstatic Pipeline.Builderbuilder()final StringDescription of the ingest pipeline.booleaninthashCode()meta()API name:_metastatic PipelineProcessors to run immediately after a processor failure.Processors used to perform transformations on documents before indexing.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final Longversion()API name:versionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forPipeline
-
-
Method Details
-
of
-
description
Description of the ingest pipeline.API name:
description -
meta
API name:_meta -
onFailure
Processors to run immediately after a processor failure.API name:
on_failure -
processors
Processors used to perform transformations on documents before indexing. Processors run sequentially in the order specified.API name:
processors -
version
API name:version -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Pipeline.Builder,Pipeline> - Returns:
- a new builder instance.
-
builder
-
setupPipelineDeserializer
-
hashCode
public int hashCode() -
equals
-