com.intel.hadoop.graphbuilder.test.job
Class EdgeTransformJobTest.Value

java.lang.Object
  extended by com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue.PairListType<StringType,IntType>
      extended by com.intel.hadoop.graphbuilder.test.job.EdgeTransformJobTest.Value
All Implemented Interfaces:
org.apache.hadoop.io.Writable
Enclosing class:
EdgeTransformJobTest

public static class EdgeTransformJobTest.Value
extends PairListType<StringType,IntType>


Constructor Summary
EdgeTransformJobTest.Value()
           
 
Method Summary
 StringType createLValue()
           
 IntType createRValue()
           
 
Methods inherited from class com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue.PairListType
add, append, init, iterator, llist, readFields, rlist, size, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeTransformJobTest.Value

public EdgeTransformJobTest.Value()
Method Detail

createLValue

public StringType createLValue()
Specified by:
createLValue in class PairListType<StringType,IntType>

createRValue

public IntType createRValue()
Specified by:
createRValue in class PairListType<StringType,IntType>