|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.hadoop.graphbuilder.util.Parallel
public class Parallel
Parallel for equivalent implementation.
Nested Class Summary | |
---|---|
static interface |
Parallel.Operation<T>
Funtion interface for the parfor operation. |
Constructor Summary | |
---|---|
Parallel()
|
Method Summary | ||
---|---|---|
void |
close()
Reap the threads. |
|
|
For(java.util.List<T> pElements,
Parallel.Operation<T> pOperation)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parallel()
Method Detail |
---|
public <T> void For(java.util.List<T> pElements, Parallel.Operation<T> pOperation)
public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |