public interface BatchYarnAppmaster
extends org.springframework.yarn.am.YarnAppmaster
YarnAppmasters used with Spring Batch.| Modifier and Type | Method and Description |
|---|---|
void |
addPartitionedStepExecutionStateListener(PartitionedStepExecutionStateListener partitionedStepExecutionStateListener)
Adds the partitioned step execution state listener.
|
void |
addStepSplits(StepExecution stepExecution,
java.lang.String stepName,
java.util.Set<StepExecution> split,
java.util.Map<StepExecution,org.springframework.yarn.am.container.ContainerRequestHint> resourceRequests)
Adds the step splits.
|
java.util.Collection<? extends StepExecution> |
getStepExecutions()
Gets the step executions.
|
void addStepSplits(StepExecution stepExecution, java.lang.String stepName, java.util.Set<StepExecution> split, java.util.Map<StepExecution,org.springframework.yarn.am.container.ContainerRequestHint> resourceRequests)
stepExecution - the step executionstepName - the step namesplit - the step execution splitsresourceRequests - the resource requestsjava.util.Collection<? extends StepExecution> getStepExecutions()
void addPartitionedStepExecutionStateListener(PartitionedStepExecutionStateListener partitionedStepExecutionStateListener)
partitionedStepExecutionStateListener - the partitioned step execution state listener