public abstract class SingleThreadedStepControllerImpl extends BaseStepControllerImpl implements IController
| Modifier and Type | Field and Description |
|---|---|
protected PartitionCollectorProxy |
collectorProxy |
_persistenceManagementService, analyzerStatusQueue, batchKernel, jobExecutionImpl, jobInstance, restartAfterCompletion, rootJobExecutionId, step, stepContext, stepName, stepStatus, transactionManager| Modifier | Constructor and Description |
|---|---|
protected |
SingleThreadedStepControllerImpl(RuntimeJobExecution jobExecutionImpl,
Step step,
StepContextImpl stepContext,
long rootJobExecutionId,
BlockingQueue<PartitionDataWrapper> analyzerStatusQueue) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
invokeCollectorIfPresent() |
protected void |
invokePostStepArtifacts() |
protected void |
invokePreStepArtifacts() |
protected void |
sendCollectorDataToAnalyzerIfPresent(Serializable data) |
protected void |
sendStatusFromPartitionToAnalyzerIfPresent() |
protected void |
setupStepArtifacts() |
execute, getAnalyzerQueue, getLastRunStepExecutions, invokeCoreStep, isRestartExecution, markJobAndStepFailed, persistExitStatusEndTimestampAndStepExecution, persistStepExecution, persistUserData, setAnalyzerQueue, setStepContext, shouldStepBeExecuted, statusStarting, toString, updateBatchStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLastRunStepExecutions, stopprotected PartitionCollectorProxy collectorProxy
protected SingleThreadedStepControllerImpl(RuntimeJobExecution jobExecutionImpl, Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerStatusQueue)
protected void setupStepArtifacts()
setupStepArtifacts in class BaseStepControllerImplprotected void invokePreStepArtifacts()
invokePreStepArtifacts in class BaseStepControllerImplprotected void invokePostStepArtifacts()
invokePostStepArtifacts in class BaseStepControllerImplprotected void invokeCollectorIfPresent()
protected void sendCollectorDataToAnalyzerIfPresent(Serializable data)
protected void sendStatusFromPartitionToAnalyzerIfPresent()
sendStatusFromPartitionToAnalyzerIfPresent in class BaseStepControllerImpl© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0