Class ProcessorBase
java.lang.Object
org.opensearch.client.opensearch.ingest.ProcessorBase
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
- Direct Known Subclasses:
AppendProcessor,AttachmentProcessor,BytesProcessor,CircleProcessor,ConvertProcessor,CsvProcessor,DateIndexNameProcessor,DateProcessor,DissectProcessor,DotExpanderProcessor,DropProcessor,FailProcessor,ForeachProcessor,GeoIpProcessor,GrokProcessor,GsubProcessor,JoinProcessor,JsonProcessor,KeyValueProcessor,LowercaseProcessor,PipelineProcessor,RemoveProcessor,RenameProcessor,SetProcessor,SetSecurityUserProcessor,SortProcessor,SplitProcessor,TextEmbeddingProcessor,TrimProcessor,UppercaseProcessor,UrlDecodeProcessor,UserAgentProcessor
@Generated("org.opensearch.client.codegen.CodeGenerator")
public abstract class ProcessorBase
extends Object
implements PlainJsonSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringDescription of the processor.booleaninthashCode()final Stringif_()Conditionally execute the processor.final BooleanIgnore failures for the processor.Handle failures for the processor.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends ProcessorBase.AbstractBuilder<BuilderT>>
voidsetupProcessorBaseDeserializer(ObjectDeserializer<BuilderT> op) final Stringtag()Identifier for the processor.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Constructor Details
-
ProcessorBase
-
-
Method Details
-
description
Description of the processor. Useful for describing the purpose of the processor or its configuration.API name:
description -
if_
Conditionally execute the processor.API name:
if -
ignoreFailure
Ignore failures for the processor.API name:
ignore_failure -
onFailure
Handle failures for the processor.API name:
on_failure -
tag
Identifier for the processor. Useful for debugging and metrics.API name:
tag -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupProcessorBaseDeserializer
protected static <BuilderT extends ProcessorBase.AbstractBuilder<BuilderT>> void setupProcessorBaseDeserializer(ObjectDeserializer<BuilderT> op) -
hashCode
public int hashCode() -
equals
-