Class EmptySparkJob

  • All Implemented Interfaces:
    java.io.Serializable

    public class EmptySparkJob
    extends SparkJob
    See Also:
    Serialized Form
    • Field Detail

      • SIZE

        public static final org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.Integer> SIZE
      • LENGTH

        public static final org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.Integer> LENGTH
    • Constructor Detail

      • EmptySparkJob

        public EmptySparkJob()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class SparkJob
        Returns:
        The name of the job
      • start

        public void start​(org.openstreetmap.atlas.utilities.runtime.CommandMap command)
        Description copied from class: SparkJob
        The spark Job
        Specified by:
        start in class SparkJob
        Parameters:
        command - The arguments passed to the main method
      • switches

        protected org.openstreetmap.atlas.utilities.runtime.Command.SwitchList switches()
        Overrides:
        switches in class SparkJob