Class RunIdIncrementer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      JobParametersgetNext​(JobParameters parameters)
      Increment the run.id parameter (starting with 1).
      voidsetKey​(java.lang.String key)
      The name of the run id in the job parameters.
      • Methods inherited from class java.lang.Object

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

      • RunIdIncrementer

        public RunIdIncrementer()
    • Method Detail

      • setKey

        public void setKey​(java.lang.String key)
        The name of the run id in the job parameters. Defaults to "run.id".
        Parameters:
        key - the key to set