com.intel.hadoop.graphbuilder.util
Interface Parallel.Operation<T>

Type Parameters:
T -
Enclosing class:
Parallel

public static interface Parallel.Operation<T>

Funtion interface for the parfor operation.

Author:
Haijie Gu

Method Summary
 void perform(T pParameter, int idx)
           
 

Method Detail

perform

void perform(T pParameter,
             int idx)