public class ExecutionElementControllerFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static DecisionController |
getDecisionController(ServicesManager servicesManager,
RuntimeJobExecution jobExecutionImpl,
Decision decision) |
static FlowController |
getFlowController(ServicesManager servicesManager,
RuntimeJobExecution jobExecutionImpl,
Flow flow,
long rootJobExecutionId) |
static SplitController |
getSplitController(BatchKernelService kernel,
RuntimeJobExecution jobExecutionImpl,
Split split,
long rootJobExecutionId) |
static BaseStepController |
getStepController(RuntimeJobExecution jobExecutionImpl,
Step step,
StepContextImpl stepContext,
long rootJobExecutionId,
BlockingQueue<PartitionDataWrapper> analyzerQueue,
ServicesManager servicesManager) |
public static BaseStepController getStepController(RuntimeJobExecution jobExecutionImpl, Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerQueue, ServicesManager servicesManager)
public static DecisionController getDecisionController(ServicesManager servicesManager, RuntimeJobExecution jobExecutionImpl, Decision decision)
public static FlowController getFlowController(ServicesManager servicesManager, RuntimeJobExecution jobExecutionImpl, Flow flow, long rootJobExecutionId)
public static SplitController getSplitController(BatchKernelService kernel, RuntimeJobExecution jobExecutionImpl, Split split, long rootJobExecutionId)
Copyright © 2022 The Apache Software Foundation. All rights reserved.