public class PartitionedStepExecutionEvent extends AbstractYarnEvent
StepExecution の状態が変更されたことを表す一般的なイベント。| コンストラクターと説明 |
|---|
PartitionedStepExecutionEvent(java.lang.Object source, org.springframework.batch.core.StepExecution stepExecution) 指定された StepExecution を使用してイベントを構築します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
org.springframework.batch.core.StepExecution | getStepExecution() このイベントのステップ実行を取得します。 |
java.lang.String | toString() |