public class SplitControllerImpl extends Object implements IExecutionElementController
| Constructor and Description |
|---|
SplitControllerImpl(RuntimeJobExecution jobExecution,
Split split,
long rootJobExecutionId) |
| Modifier and Type | Method and Description |
|---|---|
SplitExecutionStatus |
execute() |
List<Long> |
getLastRunStepExecutions() |
List<BatchFlowInSplitWorkUnit> |
getParallelJobExecs() |
void |
stop() |
protected Split split
public SplitControllerImpl(RuntimeJobExecution jobExecution, Split split, long rootJobExecutionId)
public void stop()
stop in interface IControllerpublic SplitExecutionStatus execute() throws JobRestartException, JobStartException, JobExecutionAlreadyCompleteException, JobExecutionNotMostRecentException, NoSuchJobExecutionException
public List<BatchFlowInSplitWorkUnit> getParallelJobExecs()
public List<Long> getLastRunStepExecutions()
getLastRunStepExecutions in interface IController© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0