java.lang.Object
org.elasticsearch.ingest.AbstractProcessor
org.elasticsearch.ingest.PipelineProcessor
- All Implemented Interfaces:
- Processor
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface org.elasticsearch.ingest.ProcessorProcessor.Parameters
- 
Field SummaryFieldsFields inherited from class org.elasticsearch.ingest.AbstractProcessordescription, tag
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(IngestDocument ingestDocument, BiConsumer<IngestDocument, Exception> handler) Introspect and potentially modify the incoming data.getType()Gets the type of a processorbooleanisAsync()Methods inherited from class org.elasticsearch.ingest.AbstractProcessorgetDescription, getTag
- 
Field Details- 
TYPE- See Also:
 
 
- 
- 
Method Details- 
executeDescription copied from interface:ProcessorIntrospect and potentially modify the incoming data. Expert method: only override this method if a processor implementation needs to make an asynchronous call, otherwise just overwriteProcessor.execute(IngestDocument).
- 
getTypeDescription copied from interface:ProcessorGets the type of a processor
- 
isAsyncpublic boolean isAsync()
 
-