Package com.ibm.jbatch.container.util
Class BatchPartitionWorkUnit
- java.lang.Object
-
- com.ibm.jbatch.container.util.BatchWorkUnit
-
- com.ibm.jbatch.container.util.BatchParallelWorkUnit
-
- com.ibm.jbatch.container.util.BatchPartitionWorkUnit
-
- All Implemented Interfaces:
Runnable
public class BatchPartitionWorkUnit extends BatchParallelWorkUnit
-
-
Field Summary
Fields Modifier and Type Field Description protected BlockingQueue<BatchPartitionWorkUnit>completedThreadQueue-
Fields inherited from class com.ibm.jbatch.container.util.BatchWorkUnit
batchKernel, controller, jobExecutionImpl, notifyCallbackWhenDone
-
-
Constructor Summary
Constructors Constructor Description BatchPartitionWorkUnit(IBatchKernelService batchKernelService, RuntimeJobExecution jobExecution, PartitionsBuilderConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockingQueue<BatchPartitionWorkUnit>getCompletedThreadQueue()protected voidmarkThreadCompleted()-
Methods inherited from class com.ibm.jbatch.container.util.BatchWorkUnit
getBatchKernel, getBatchStatus, getController, getExitStatus, getJobExecutionImpl, isNotifyCallbackWhenDone, run, setBatchKernel, setJobExecutionImpl, setNotifyCallbackWhenDone
-
-
-
-
Field Detail
-
completedThreadQueue
protected BlockingQueue<BatchPartitionWorkUnit> completedThreadQueue
-
-
Constructor Detail
-
BatchPartitionWorkUnit
public BatchPartitionWorkUnit(IBatchKernelService batchKernelService, RuntimeJobExecution jobExecution, PartitionsBuilderConfig config)
-
-
Method Detail
-
getCompletedThreadQueue
public BlockingQueue<BatchPartitionWorkUnit> getCompletedThreadQueue()
-
markThreadCompleted
protected void markThreadCompleted()
- Overrides:
markThreadCompletedin classBatchWorkUnit
-
-