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

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

public class PartitionJobTest.Job
extends AbstractPartitionJob


Constructor Summary
PartitionJobTest.Job()
           
 
Method Summary
 java.lang.Class edataClass()
           
 java.lang.Class vdataClass()
           
 java.lang.Class vidClass()
           
 
Methods inherited from class com.intel.hadoop.graphbuilder.job.AbstractPartitionJob
graphParserClass, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionJobTest.Job

public PartitionJobTest.Job()
Method Detail

vidClass

public java.lang.Class vidClass()
Specified by:
vidClass in class AbstractPartitionJob
Returns:
the class of vertex id type

vdataClass

public java.lang.Class vdataClass()
Specified by:
vdataClass in class AbstractPartitionJob
Returns:
the class of vertex data type

edataClass

public java.lang.Class edataClass()
Specified by:
edataClass in class AbstractPartitionJob
Returns:
the class of edge data type