| Modifier and Type | Method and Description |
|---|---|
void |
processWorkUnit(T workUnit,
WorkQueue<T> workQueue,
LogNode log)
Process a work unit.
|
void processWorkUnit(T workUnit, WorkQueue<T> workQueue, LogNode log) throws java.lang.InterruptedException
workUnit - The work unit.workQueue - The work queue.log - The log.java.lang.InterruptedException - If the worker thread is interrupted.