Class DropProcessor.Factory

    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Processor create​(java.util.Map<java.lang.String,​Processor.Factory> processorFactories, java.lang.String tag, java.util.Map<java.lang.String,​java.lang.Object> config)
      Creates a processor based on the specified map of maps config.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • create

        public Processor create​(java.util.Map<java.lang.String,​Processor.Factory> processorFactories,
                                java.lang.String tag,
                                java.util.Map<java.lang.String,​java.lang.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
        config - The configuration for the processor Note: Implementations are responsible for removing the used configuration keys, so that after creating a pipeline ingest can verify if all configurations settings have been used.