|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.yarn.container.AbstractYarnContainer
org.springframework.yarn.integration.container.AbstractIntegrationYarnContainer
org.springframework.yarn.batch.container.AbstractBatchYarnContainer
public abstract class AbstractBatchYarnContainer
Base implementation of YarnContainer extending
AbstractIntegrationYarnContainer adding functionality
for Spring Batch.
| Constructor Summary | |
|---|---|
AbstractBatchYarnContainer()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.springframework.yarn.integration.container.AbstractIntegrationYarnContainer |
|---|
getIntegrationServiceClient, setIntegrationServiceClient |
| Methods inherited from class org.springframework.yarn.container.AbstractYarnContainer |
|---|
addContainerStateListener, getConfiguration, getEnvironment, getEnvironment, getParameters, isWaitCompleteState, notifyCompleted, notifyCompleted, notifyContainerState, run, runInternal, setConfiguration, setEnvironment, setParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBatchYarnContainer()
| Method Detail |
|---|
public 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||