com.intel.hadoop.graphbuilder.test.job
Class PreprocessJobTest.Job

java.lang.Object
  extended by com.intel.hadoop.graphbuilder.job.AbstractPreprocessJob
      extended by com.intel.hadoop.graphbuilder.test.job.PreprocessJobTest.Job
Enclosing class:
PreprocessJobTest

public class PreprocessJobTest.Job
extends AbstractPreprocessJob


Constructor Summary
PreprocessJobTest.Job()
           
 
Method Summary
 boolean cleanBidirectionalEdge()
           
 Functional edgeReducer()
           
 Functional vertexReducer()
           
 
Methods inherited from class com.intel.hadoop.graphbuilder.job.AbstractPreprocessJob
addUserOpt, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreprocessJobTest.Job

public PreprocessJobTest.Job()
Method Detail

vertexReducer

public Functional vertexReducer()
Specified by:
vertexReducer in class AbstractPreprocessJob

edgeReducer

public Functional edgeReducer()
Specified by:
edgeReducer in class AbstractPreprocessJob

cleanBidirectionalEdge

public boolean cleanBidirectionalEdge()
Specified by:
cleanBidirectionalEdge in class AbstractPreprocessJob