public interface BatchYarnAppmaster extends YarnAppmaster
YarnAppmaster
s used with Spring Batch.Modifier and Type | Method and Description |
---|---|
void |
addPartitionedStepExecutionStateListener(PartitionedStepExecutionStateListener partitionedStepExecutionStateListener)
Adds the partitioned step execution state listener.
|
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)
Adds the step splits.
|
java.util.Collection<? extends org.springframework.batch.core.StepExecution> |
getStepExecutions()
Gets the step executions.
|
addAppmasterStateListener, setEnvironment, setParameters, submitApplication
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)
stepExecution
- the step executionstepName
- the step namesplit
- the step execution splitsresourceRequests
- the resource requestsjava.util.Collection<? extends org.springframework.batch.core.StepExecution> getStepExecutions()
void addPartitionedStepExecutionStateListener(PartitionedStepExecutionStateListener partitionedStepExecutionStateListener)
partitionedStepExecutionStateListener
- the partitioned step execution state listener