|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParallelizableRunnable
Interface for parallel Runnalbes. Each runnable is required to have a CountDownLatch. When the processing is done, the Runnable should call latch.countDown() in order to inform the dispatching ParallelThreadExecutor about having done the computation.
Method Summary | |
---|---|
void |
setLatch(java.util.concurrent.CountDownLatch latch)
|
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
void setLatch(java.util.concurrent.CountDownLatch latch)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |