| Package | Description |
|---|---|
| com.ibm.jbatch.container.impl | |
| com.ibm.jbatch.container.services |
This interfaces are tightly coupled to the existing
batch implementation.
|
| com.ibm.jbatch.container.util |
| Modifier and Type | Method and Description |
|---|---|
List<BatchPartitionWorkUnit> |
BatchKernelImpl.buildNewParallelPartitions(PartitionsBuilderConfig config)
Build a list of batch work units and set them up in STARTING state but don't start them yet.
|
List<BatchPartitionWorkUnit> |
BatchKernelImpl.buildOnRestartParallelPartitions(PartitionsBuilderConfig config) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchPartitionWorkUnit> |
IBatchKernelService.buildNewParallelPartitions(PartitionsBuilderConfig config) |
List<BatchPartitionWorkUnit> |
IBatchKernelService.buildOnRestartParallelPartitions(PartitionsBuilderConfig config) |
| Modifier and Type | Field and Description |
|---|---|
protected BlockingQueue<BatchPartitionWorkUnit> |
BatchPartitionWorkUnit.completedThreadQueue |
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<BatchPartitionWorkUnit> |
PartitionsBuilderConfig.getCompletedQueue() |
BlockingQueue<BatchPartitionWorkUnit> |
BatchPartitionWorkUnit.getCompletedThreadQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionsBuilderConfig.setCompletedQueue(BlockingQueue<BatchPartitionWorkUnit> completedQueue) |
| Constructor and Description |
|---|
PartitionsBuilderConfig(List<JSLJob> jobModels,
Properties[] partitionProperties,
BlockingQueue<PartitionDataWrapper> analyzerQueue,
BlockingQueue<BatchPartitionWorkUnit> completedQueue,
long rootJobExecutionId) |
© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0