Class BatchParallelWorkUnit
- java.lang.Object
-
- org.apache.batchee.container.util.BatchWorkUnit
-
- org.apache.batchee.container.util.BatchParallelWorkUnit
-
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
BatchFlowInSplitWorkUnit
,BatchPartitionWorkUnit
public abstract class BatchParallelWorkUnit extends BatchWorkUnit
-
-
Field Summary
-
Fields inherited from class org.apache.batchee.container.util.BatchWorkUnit
batchKernel, controller, jobExecutionImpl, notifyCallbackWhenDone
-
-
Constructor Summary
Constructors Constructor Description BatchParallelWorkUnit(RuntimeJobExecution jobExecutionImpl, boolean notifyCallbackWhenDone, ServicesManager manager)
-
Method Summary
-
Methods inherited from class org.apache.batchee.container.util.BatchWorkUnit
getBatchKernel, getBatchStatus, getController, getExitStatus, getJobExecutionImpl, isNotifyCallbackWhenDone, markThreadCompleted, run, setBatchKernel, setJobExecutionImpl, setNotifyCallbackWhenDone
-
-
-
-
Constructor Detail
-
BatchParallelWorkUnit
public BatchParallelWorkUnit(RuntimeJobExecution jobExecutionImpl, boolean notifyCallbackWhenDone, ServicesManager manager)
-
-