|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.hadoop.graphbuilder.graph.JsonVrecordFormatter
public class JsonVrecordFormatter
A VertexRecordFromatter
using JSON encoding.
Constructor Summary | |
---|---|
JsonVrecordFormatter()
|
Method Summary | |
---|---|
java.io.StringWriter |
vrecordWriter(VertexRecord vrec)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsonVrecordFormatter()
Method Detail |
---|
public java.io.StringWriter vrecordWriter(VertexRecord vrec)
vrecordWriter
in interface VrecordFormatter
vrec
- the VertexRecord
to output.
StringWriter
with the string representation of the
VertexRecord
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |