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,
String stepName,
Set<StepExecution> split,
Map<StepExecution,org.springframework.yarn.am.container.ContainerRequestHint> resourceRequests)
Adds the step splits.
|
Collection<? extends StepExecution> |
getStepExecutions()
Gets the step executions.
|
void addStepSplits(StepExecution stepExecution, String stepName, Set<StepExecution> split, Map<StepExecution,org.springframework.yarn.am.container.ContainerRequestHint> resourceRequests)
stepExecution - the step executionstepName - the step namesplit - the step execution splitsresourceRequests - the resource requestsCollection<? extends StepExecution> getStepExecutions()
void addPartitionedStepExecutionStateListener(PartitionedStepExecutionStateListener partitionedStepExecutionStateListener)
partitionedStepExecutionStateListener - the partitioned step execution state listener