Uses of Class
com.ibm.jbatch.container.util.BatchFlowInSplitWorkUnit
-
Packages that use BatchFlowInSplitWorkUnit 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 -
-
Uses of BatchFlowInSplitWorkUnit in com.ibm.jbatch.container.impl
Methods in com.ibm.jbatch.container.impl that return BatchFlowInSplitWorkUnit Modifier and Type Method Description BatchFlowInSplitWorkUnitBatchKernelImpl. buildNewFlowInSplitWorkUnit(FlowInSplitBuilderConfig config)BatchFlowInSplitWorkUnitBatchKernelImpl. buildOnRestartFlowInSplitWorkUnit(FlowInSplitBuilderConfig config)Methods in com.ibm.jbatch.container.impl that return types with arguments of type BatchFlowInSplitWorkUnit Modifier and Type Method Description List<BatchFlowInSplitWorkUnit>SplitControllerImpl. getParallelJobExecs() -
Uses of BatchFlowInSplitWorkUnit in com.ibm.jbatch.container.services
Methods in com.ibm.jbatch.container.services that return BatchFlowInSplitWorkUnit Modifier and Type Method Description BatchFlowInSplitWorkUnitIBatchKernelService. buildNewFlowInSplitWorkUnit(FlowInSplitBuilderConfig config)BatchFlowInSplitWorkUnitIBatchKernelService. buildOnRestartFlowInSplitWorkUnit(FlowInSplitBuilderConfig config) -
Uses of BatchFlowInSplitWorkUnit in com.ibm.jbatch.container.util
Fields in com.ibm.jbatch.container.util with type parameters of type BatchFlowInSplitWorkUnit Modifier and Type Field Description protected BlockingQueue<BatchFlowInSplitWorkUnit>BatchFlowInSplitWorkUnit. completedThreadQueueMethods in com.ibm.jbatch.container.util that return types with arguments of type BatchFlowInSplitWorkUnit Modifier and Type Method Description BlockingQueue<BatchFlowInSplitWorkUnit>FlowInSplitBuilderConfig. getCompletedQueue()BlockingQueue<BatchFlowInSplitWorkUnit>BatchFlowInSplitWorkUnit. getCompletedThreadQueue()Method parameters in com.ibm.jbatch.container.util with type arguments of type BatchFlowInSplitWorkUnit Modifier and Type Method Description voidFlowInSplitBuilderConfig. setCompletedQueue(BlockingQueue<BatchFlowInSplitWorkUnit> completedQueue)Constructor parameters in com.ibm.jbatch.container.util with type arguments of type BatchFlowInSplitWorkUnit Constructor Description FlowInSplitBuilderConfig(com.ibm.jbatch.jsl.model.JSLJob jobModel, BlockingQueue<BatchFlowInSplitWorkUnit> completedQueue, long rootJobExecutionId)
-