Package org.elasticsearch.ingest
Class AbstractProcessor
java.lang.Object
org.elasticsearch.ingest.AbstractProcessor
- All Implemented Interfaces:
Processor
- Direct Known Subclasses:
ConditionalProcessor
,DropProcessor
,PipelineProcessor
An Abstract Processor that holds tag and description information
about the processor.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.ingest.Processor
Processor.Factory, Processor.Parameters
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the description of a processor.getTag()
Gets the tag of a processor.
-
Field Details
-
tag
-
description
-
-
Constructor Details
-
AbstractProcessor
-
-
Method Details