Class DropProcessor.Factory

java.lang.Object
org.elasticsearch.ingest.DropProcessor.Factory
All Implemented Interfaces:
Processor.Factory
Enclosing class:
DropProcessor

public static final class DropProcessor.Factory extends Object implements Processor.Factory
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • create

      public Processor create(Map<String,Processor.Factory> processorFactories, String tag, String description, Map<String,Object> config)
      Description copied from interface: Processor.Factory
      Creates a processor based on the specified map of maps config.
      Specified by:
      create in interface Processor.Factory
      Parameters:
      processorFactories - Other processors which may be created inside this processor
      tag - The tag for the processor
      description - A short description of what this processor does
      config - The configuration for the processor Note: Implementations are responsible for removing the used configuration keys, so that after