类 RunIdIncrementer

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      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.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • setKey

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