|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 | |
---|---|
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. |
Methods inherited from class org.springframework.yarn.integration.container.AbstractIntegrationYarnContainer |
---|
getIntegrationServiceClient, setIntegrationServiceClient |
Methods inherited from class org.springframework.yarn.container.AbstractYarnContainer |
---|
addContainerStateListener, getEnvironment, getEnvironment, getParameters, isWaitCompleteState, notifyCompleted, run, runInternal, 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 org.springframework.batch.core.step.StepLocator getStepLocator()
public void setStepLocator(org.springframework.batch.core.step.StepLocator stepLocator)
stepLocator
- the new step locatorpublic org.springframework.batch.core.explore.JobExplorer getJobExplorer()
public void setJobExplorer(org.springframework.batch.core.explore.JobExplorer jobExplorer)
jobExplorer
- the new job explorer
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |