| Modifier and Type | Field and Description |
|---|---|
protected Step |
BaseStepController.step |
| Modifier and Type | Method and Description |
|---|---|
static JSLJob |
PartitionedStepBuilder.buildPartitionSubJob(Long parentJobInstanceId,
javax.batch.runtime.context.JobContext jobContext,
Step step,
int partitionInstance) |
static BaseStepController |
ExecutionElementControllerFactory.getStepController(RuntimeJobExecution jobExecutionImpl,
Step step,
StepContextImpl stepContext,
long rootJobExecutionId,
BlockingQueue<PartitionDataWrapper> analyzerQueue,
ServicesManager servicesManager) |
| Constructor and Description |
|---|
BaseStepController(RuntimeJobExecution jobExecution,
Step step,
StepContextImpl stepContext,
long rootJobExecutionId,
BlockingQueue<PartitionDataWrapper> analyzerStatusQueue,
ServicesManager servicesManager) |
BaseStepController(RuntimeJobExecution jobExecution,
Step step,
StepContextImpl stepContext,
long rootJobExecutionId,
ServicesManager servicesManager) |
PartitionedStepController(RuntimeJobExecution jobExecutionImpl,
Step step,
StepContextImpl stepContext,
long rootJobExecutionId,
ServicesManager servicesManager) |
SingleThreadedStepController(RuntimeJobExecution jobExecutionImpl,
Step step,
StepContextImpl stepContext,
long rootJobExecutionId,
BlockingQueue<PartitionDataWrapper> analyzerStatusQueue,
ServicesManager servicesManager) |
| Constructor and Description |
|---|
BatchletStepController(RuntimeJobExecution jobExecutionImpl,
Step step,
StepContextImpl stepContext,
long rootJobExecutionId,
BlockingQueue<PartitionDataWrapper> analyzerStatusQueue,
ServicesManager manager) |
| Constructor and Description |
|---|
ChunkStepController(RuntimeJobExecution jobExecutionImpl,
Step step,
StepContextImpl stepContext,
long rootJobExecutionId,
BlockingQueue<PartitionDataWrapper> analyzerStatusQueue,
ServicesManager servicesManager) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyResolver<Step> |
PropertyResolverFactory.createStepPropertyResolver(boolean isPartitionedStep) |
| Modifier and Type | Method and Description |
|---|---|
Step |
StepPropertyResolver.substituteProperties(Step step,
Properties submittedProps,
Properties parentProps) |
| Modifier and Type | Method and Description |
|---|---|
Step |
StepPropertyResolver.substituteProperties(Step step,
Properties submittedProps,
Properties parentProps) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
ListenerFactory.getListeners(Class<T> listenerClazz,
Step step,
InjectionReferences injectionRefs,
RuntimeJobExecution execution) |
| Modifier and Type | Method and Description |
|---|---|
Step |
ObjectFactory.createStep()
Create an instance of
Step |
Copyright © 2022 The Apache Software Foundation. All rights reserved.