|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BatchYarnAppmaster
Extended interface YarnAppmasters used with Spring Batch.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.springframework.yarn.am.YarnAppmaster |
|---|
addAppmasterStateListener, setEnvironment, setParameters, submitApplication |
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||