クラス DeployerStepExecutionHandler

java.lang.ObjectSE
org.springframework.cloud.task.batch.partition.DeployerStepExecutionHandler
実装されたすべてのインターフェース:
org.springframework.boot.CommandLineRunner

public class DeployerStepExecutionHandler extends ObjectSE implements org.springframework.boot.CommandLineRunner

Step を実行するために使用される CommandLineRunner。共有ジョブリポジトリからステップ結果が直接取得されるため、関連付けられた DeployerPartitionHandler に結果は直接提供されません。

StepExecution は、提供された環境変数に基づいて再水和されます。具体的には、次の変数が必要です。

作成者:
Michael Minella
  • コンストラクターのサマリー

    コンストラクター
    コンストラクター
    説明
    DeployerStepExecutionHandler(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.batch.core.explore.JobExplorer jobExplorer, org.springframework.batch.core.repository.JobRepository jobRepository)
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    void
    run(StringSE... args)

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • コンストラクターの詳細

    • DeployerStepExecutionHandler

      public DeployerStepExecutionHandler(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.batch.core.explore.JobExplorer jobExplorer, org.springframework.batch.core.repository.JobRepository jobRepository)
  • メソッドの詳細

    • run

      public void run(StringSE... args) throws ExceptionSE
      次で指定:
      インターフェース org.springframework.boot.CommandLineRunnerrun 
      例外:
      ExceptionSE