public abstract class AbstractBatchYarnContainer extends AbstractIntegrationYarnContainer
YarnContainer
extending
AbstractIntegrationYarnContainer
adding functionality
for Spring Batch.Constructor and Description |
---|
AbstractBatchYarnContainer() |
Modifier and Type | Method and Description |
---|---|
org.springframework.batch.core.explore.JobExplorer |
getJobExplorer()
Gets the job explorer.
|
org.springframework.batch.core.step.StepLocator |
getStepLocator()
Gets the step locator.
|
void |
setJobExplorer(org.springframework.batch.core.explore.JobExplorer jobExplorer)
Sets the job explorer.
|
void |
setStepLocator(org.springframework.batch.core.step.StepLocator stepLocator)
Sets the step locator.
|
getIntegrationServiceClient, setIntegrationServiceClient
addContainerStateListener, getConfiguration, getEnvironment, getEnvironment, getParameters, isWaitCompleteState, notifyCompleted, notifyCompleted, notifyContainerState, run, runInternal, setConfiguration, setEnvironment, setParameters
afterPropertiesSet, doStart, doStop, getBeanFactory, getPhase, getTaskExecutor, getTaskScheduler, getYarnEventPublisher, isAutoStartup, isRunning, onInit, setAutoStartup, setBeanFactory, setPhase, setTaskExecutor, setTaskScheduler, setYarnEventPublisher, start, stop, stop
public org.springframework.batch.core.step.StepLocator getStepLocator()
@Autowired(required=false) public void setStepLocator(org.springframework.batch.core.step.StepLocator stepLocator)
stepLocator
- the new step locatorpublic org.springframework.batch.core.explore.JobExplorer getJobExplorer()
@Autowired(required=false) public void setJobExplorer(org.springframework.batch.core.explore.JobExplorer jobExplorer)
jobExplorer
- the new job explorer