com.intel.hadoop.graphbuilder.graph
Interface VrecordFormatter

All Known Implementing Classes:
JsonVrecordFormatter

public interface VrecordFormatter

Controls the low level string representation of the VertexRecord.


Method Summary
 java.io.StringWriter vrecordWriter(VertexRecord vrec)
           
 

Method Detail

vrecordWriter

java.io.StringWriter vrecordWriter(VertexRecord vrec)
Parameters:
vrec - the VertexRecord to output.
Returns:
StringWriter with the string representation of the VertexRecord.