public abstract class AbstractBatchYarnContainer extends AbstractIntegrationYarnContainer
| コンストラクターと説明 |
|---|
AbstractBatchYarnContainer() |
| 修飾子と型 | メソッドと説明 |
|---|---|
org.springframework.batch.core.explore.JobExplorer | getJobExplorer() ジョブエクスプローラーを取得します。 |
org.springframework.batch.core.step.StepLocator | getStepLocator() ステップロケーターを取得します。 |
void | setJobExplorer(org.springframework.batch.core.explore.JobExplorer jobExplorer) ジョブエクスプローラーを設定します。 |
void | setStepLocator(org.springframework.batch.core.step.StepLocator stepLocator) ステップロケーターを設定します。 |
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 org.springframework.batch.core.step.StepLocator getStepLocator()
@Autowired(required=false) public void setStepLocator(org.springframework.batch.core.step.StepLocator stepLocator)
stepLocator - 新しいステップロケーター public org.springframework.batch.core.explore.JobExplorer getJobExplorer()
@Autowired(required=false) public void setJobExplorer(org.springframework.batch.core.explore.JobExplorer jobExplorer)
jobExplorer - 新しいジョブエクスプローラー