com.intel.hadoop.graphbuilder.test.util
Class ParallelTest

java.lang.Object
  extended by com.intel.hadoop.graphbuilder.test.util.ParallelTest

public class ParallelTest
extends java.lang.Object

Test for Parallel.

Author:
Haijie Gu
See Also:
Parallel

Nested Class Summary
 class ParallelTest.MutableInt
           
 
Constructor Summary
ParallelTest()
           
 
Method Summary
 void testIndexOp()
          Test ParFor a[i] = a[i] + i.
 void testSort()
          Test counting: ParFor counter[a[i]] = a.filter(x == a[i]).size()
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParallelTest

public ParallelTest()
Method Detail

testIndexOp

public void testIndexOp()
Test ParFor a[i] = a[i] + i.


testSort

public void testSort()
Test counting: ParFor counter[a[i]] = a.filter(x == a[i]).size()