Package | Description |
---|---|
org.apache.batchee.container.impl | |
org.apache.batchee.container.impl.controller | |
org.apache.batchee.container.impl.jobinstance | |
org.apache.batchee.container.proxy | |
org.apache.batchee.container.services |
This interfaces are tightly coupled to the existing
batch implementation.
|
org.apache.batchee.container.services.kernel |
Modifier and Type | Method and Description |
---|---|
void |
JobExecutionImpl.setJobContext(JobContextImpl jobContext) |
Modifier and Type | Field and Description |
---|---|
protected JobContextImpl |
JobThreadRootController.jobContext |
Modifier and Type | Method and Description |
---|---|
JobContextImpl |
RuntimeJobExecution.getJobContext() |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeJobExecution.inheritJobContext(JobContextImpl jc) |
void |
RuntimeJobExecution.prepareForExecution(JobContextImpl jobContext) |
void |
RuntimeJobExecution.prepareForExecution(JobContextImpl jobContext,
String restartOn)
Non-spec'd methods (not on the interface, but maybe we should
put on a second interface).
|
Modifier and Type | Method and Description |
---|---|
JobContextImpl |
InjectionReferences.getJobContext() |
Constructor and Description |
---|
InjectionReferences(JobContextImpl jobContext,
StepContextImpl stepContext,
List<Property> props) |
Modifier and Type | Method and Description |
---|---|
BatchFlowInSplitWorkUnit |
BatchKernelService.buildNewFlowInSplitWorkUnit(FlowInSplitBuilderConfig config,
JobContextImpl jc) |
List<BatchPartitionWorkUnit> |
BatchKernelService.buildNewParallelPartitions(PartitionsBuilderConfig config,
JobContextImpl jc,
StepContextImpl sc) |
BatchFlowInSplitWorkUnit |
BatchKernelService.buildOnRestartFlowInSplitWorkUnit(FlowInSplitBuilderConfig config,
JobContextImpl jc) |
List<BatchPartitionWorkUnit> |
BatchKernelService.buildOnRestartParallelPartitions(PartitionsBuilderConfig config,
JobContextImpl jc,
StepContextImpl sc) |
void |
InternalJobExecution.setJobContext(JobContextImpl jobContext) |
Modifier and Type | Method and Description |
---|---|
BatchFlowInSplitWorkUnit |
DefaultBatchKernel.buildNewFlowInSplitWorkUnit(FlowInSplitBuilderConfig config,
JobContextImpl jc) |
List<BatchPartitionWorkUnit> |
DefaultBatchKernel.buildNewParallelPartitions(PartitionsBuilderConfig config,
JobContextImpl jc,
StepContextImpl sc)
Build a list of batch work units and set them up in STARTING state but don't start them yet.
|
BatchFlowInSplitWorkUnit |
DefaultBatchKernel.buildOnRestartFlowInSplitWorkUnit(FlowInSplitBuilderConfig config,
JobContextImpl jc) |
List<BatchPartitionWorkUnit> |
DefaultBatchKernel.buildOnRestartParallelPartitions(PartitionsBuilderConfig config,
JobContextImpl jc,
StepContextImpl sc) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.