类 StepExecutionRequest

  • 所有已实现的接口:
    java.io.Serializable

    public class StepExecutionRequest
    extends java.lang.Object
    implements java.io.Serializable
    Class encapsulating information required to request a step execution in a remote partitioning setup.
    作者:
    Dave Syer, Mahmoud Ben Hassine
    另请参阅:
    序列化表格
    • 构造器详细资料

      • StepExecutionRequest

        public StepExecutionRequest​(java.lang.String stepName,
                                    java.lang.Long jobExecutionId,
                                    java.lang.Long stepExecutionId)
        Create a new StepExecutionRequest instance.
        参数:
        stepName - the name of the step to execute
        jobExecutionId - the id of the job execution
        stepExecutionId - the id of the step execution
    • 方法详细资料

      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object