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 |
---|---|
BatchFlowInSplitWorkUnit |
BatchKernelService.buildNewFlowInSplitWorkUnit(FlowInSplitBuilderConfig config,
JobContextImpl jc) |
BatchFlowInSplitWorkUnit |
BatchKernelService.buildOnRestartFlowInSplitWorkUnit(FlowInSplitBuilderConfig config,
JobContextImpl jc) |
Modifier and Type | Method and Description |
---|---|
BatchFlowInSplitWorkUnit |
DefaultBatchKernel.buildNewFlowInSplitWorkUnit(FlowInSplitBuilderConfig config,
JobContextImpl jc) |
BatchFlowInSplitWorkUnit |
DefaultBatchKernel.buildOnRestartFlowInSplitWorkUnit(FlowInSplitBuilderConfig config,
JobContextImpl jc) |
Modifier and Type | Field and Description |
---|---|
protected BlockingQueue<BatchFlowInSplitWorkUnit> |
BatchFlowInSplitWorkUnit.completedThreadQueue |
Modifier and Type | Method and Description |
---|---|
BlockingQueue<BatchFlowInSplitWorkUnit> |
FlowInSplitBuilderConfig.getCompletedQueue() |
Constructor and Description |
---|
FlowInSplitBuilderConfig(JSLJob jobModel,
BlockingQueue<BatchFlowInSplitWorkUnit> completedQueue,
long rootJobExecutionId) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.