Package | Description |
---|---|
org.apache.batchee.container.impl.controller | |
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 |
Constructor and Description |
---|
PartitionThreadRootController(RuntimeJobExecution jobExecution,
PartitionsBuilderConfig config,
ServicesManager servicesManager) |
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) |
Constructor and Description |
---|
BatchPartitionWorkUnit(RuntimeJobExecution jobExecution,
PartitionsBuilderConfig config,
ServicesManager manager) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.