public class PartitionedStepController extends BaseStepController
| Modifier and Type | Field and Description |
|---|---|
protected List<javax.batch.api.listener.StepListener> |
stepListeners |
analyzerStatusQueue, jobExecutionImpl, jobInstance, kernelService, persistenceManagerService, restartAfterCompletion, rootJobExecutionId, step, stepContext, stepName, stepStatus, transactionManager| Modifier | Constructor and Description |
|---|---|
protected |
PartitionedStepController(RuntimeJobExecution jobExecutionImpl,
Step step,
StepContextImpl stepContext,
long rootJobExecutionId,
ServicesManager servicesManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
invokeCoreStep() |
protected void |
invokePostStepArtifacts() |
protected void |
invokePreStepArtifacts() |
protected void |
sendStatusFromPartitionToAnalyzerIfPresent() |
protected void |
setupStepArtifacts() |
void |
stop() |
execute, getLastRunStepExecutions, isRestartExecution, markJobAndStepFailed, persistExitStatusAndEndTimestamp, persistUserData, resolveUserData, setParentStepContext, setStepContext, shouldStepBeExecuted, statusStarting, storeUserData, toString, updateBatchStatusprotected List<javax.batch.api.listener.StepListener> stepListeners
protected PartitionedStepController(RuntimeJobExecution jobExecutionImpl, Step step, StepContextImpl stepContext, long rootJobExecutionId, ServicesManager servicesManager)
public void stop()
protected void invokeCoreStep()
throws javax.batch.operations.JobRestartException,
javax.batch.operations.JobStartException,
javax.batch.operations.JobExecutionAlreadyCompleteException,
javax.batch.operations.JobExecutionNotMostRecentException
invokeCoreStep in class BaseStepControllerjavax.batch.operations.JobRestartExceptionjavax.batch.operations.JobStartExceptionjavax.batch.operations.JobExecutionAlreadyCompleteExceptionjavax.batch.operations.JobExecutionNotMostRecentExceptionprotected void setupStepArtifacts()
setupStepArtifacts in class BaseStepControllerprotected void invokePreStepArtifacts()
invokePreStepArtifacts in class BaseStepControllerprotected void invokePostStepArtifacts()
invokePostStepArtifacts in class BaseStepControllerprotected void sendStatusFromPartitionToAnalyzerIfPresent()
sendStatusFromPartitionToAnalyzerIfPresent in class BaseStepControllerCopyright © 2022 The Apache Software Foundation. All rights reserved.