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