public interface BatchYarnAppmaster extends YarnAppmaster
YarnAppmaster。| 修飾子と型 | メソッドと説明 |
|---|---|
void | addPartitionedStepExecutionStateListener(PartitionedStepExecutionStateListener partitionedStepExecutionStateListener) パーティション化されたステップ実行状態リスナーを追加します。 |
void | addStepSplits(org.springframework.batch.core.StepExecution stepExecution, java.lang.String stepName, java.util.Set<org.springframework.batch.core.StepExecution> split, java.util.Map<org.springframework.batch.core.StepExecution,ContainerRequestHint> resourceRequests) ステップ分割を追加します。 |
java.util.Collection<? extends org.springframework.batch.core.StepExecution> | getStepExecutions() ステップ実行を取得します。 |
addAppmasterStateListener, setEnvironment, setParameters, submitApplicationvoid addStepSplits(org.springframework.batch.core.StepExecution stepExecution,
java.lang.String stepName,
java.util.Set<org.springframework.batch.core.StepExecution> split,
java.util.Map<org.springframework.batch.core.StepExecution,ContainerRequestHint> resourceRequests)stepExecution - ステップ実行 stepName - ステップ名 split - ステップ実行が分割される resourceRequests - リソースリクエスト java.util.Collection<? extends org.springframework.batch.core.StepExecution> getStepExecutions()
void addPartitionedStepExecutionStateListener(PartitionedStepExecutionStateListener partitionedStepExecutionStateListener)
partitionedStepExecutionStateListener - パーティション化されたステップ実行状態リスナー