Class CheckFlagFileProcessor

    • Constructor Detail

      • CheckFlagFileProcessor

        public CheckFlagFileProcessor​(org.openstreetmap.atlas.generator.tools.spark.utilities.SparkFileHelper fileHelper,
                                      java.lang.String outputFolder)
        Default constructor
        Parameters:
        fileHelper - SparkFileHelper for I/O operations
        outputFolder - output folder path to write files to
    • Method Detail

      • process

        public void process​(CheckFlagEvent event)
        Description copied from interface: Processor
        Method to process Event. If your method can process multiple events simultaneously, then mark your method with @AllowConcurrentEvents annotation.Please make sure to add @Subscribe annotation to the method that is implementing this method.
        Parameters:
        event - Event to process
      • process

        public void process​(ShutdownEvent event)
        Description copied from interface: Processor
        Method to process ShutdownEvent. This method will be called only once.
        Please make sure to add @Subscribe annotation to the method that is implementing this method.
        Parameters:
        event - ShutdownEvent to process