com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue
Class GraphTypeFactory<VidType extends org.apache.hadoop.io.WritableComparable<VidType>,VertexData extends org.apache.hadoop.io.Writable,EdgeData extends org.apache.hadoop.io.Writable>

java.lang.Object
  extended by com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.GraphTypeFactory<VidType,VertexData,EdgeData>

public abstract class GraphTypeFactory<VidType extends org.apache.hadoop.io.WritableComparable<VidType>,VertexData extends org.apache.hadoop.io.Writable,EdgeData extends org.apache.hadoop.io.Writable>
extends java.lang.Object


Constructor Summary
GraphTypeFactory()
           
 
Method Summary
abstract  EdgeData createEdata()
           
abstract  VertexData createVdata()
           
abstract  VidType createVid()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphTypeFactory

public GraphTypeFactory()
Method Detail

createVid

public abstract VidType createVid()

createVdata

public abstract VertexData createVdata()

createEdata

public abstract EdgeData createEdata()