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