| Package | Description |
|---|---|
| org.apache.batchee.container.services |
This interfaces are tightly coupled to the existing
batch implementation.
|
| org.apache.batchee.container.services.kernel | |
| org.apache.batchee.container.util |
| Modifier and Type | Method and Description |
|---|---|
List<BatchPartitionWorkUnit> |
BatchKernelService.buildNewParallelPartitions(PartitionsBuilderConfig config,
JobContextImpl jc,
StepContextImpl sc) |
List<BatchPartitionWorkUnit> |
BatchKernelService.buildOnRestartParallelPartitions(PartitionsBuilderConfig config,
JobContextImpl jc,
StepContextImpl sc) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<BatchPartitionWorkUnit> |
DefaultBatchKernel.buildOnRestartParallelPartitions(PartitionsBuilderConfig config,
JobContextImpl jc,
StepContextImpl sc) |
| Modifier and Type | Field and Description |
|---|---|
protected BlockingQueue<BatchPartitionWorkUnit> |
BatchPartitionWorkUnit.completedThreadQueue |
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<BatchPartitionWorkUnit> |
PartitionsBuilderConfig.getCompletedQueue() |
| Constructor and Description |
|---|
PartitionsBuilderConfig(List<JSLJob> jobModels,
Properties[] partitionProperties,
BlockingQueue<PartitionDataWrapper> analyzerQueue,
BlockingQueue<BatchPartitionWorkUnit> completedQueue,
long rootJobExecutionId) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.