protected class DGAEdgeTTTOutputFormat.TTTEdgeWriter extends DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter<Text,Text,Text>
Modifier | Constructor and Description |
---|---|
protected |
DGAEdgeTTTOutputFormat.TTTEdgeWriter() |
Modifier and Type | Method and Description |
---|---|
String |
getEdgeValueAsString(Text edgeValue)
The implementing classes must convert their Writable object into a String that can be appended to the String of text that will become our Text output
|
String |
getVertexValueAsString(Text vertexValue)
The implementing classes must convert their Writable object into a String that can be appended to the String of text that will become our Text output
|
convertEdgeToLine, initialize
writeEdge
close, createLineRecordWriter, getContext, getRecordWriter
getConf, setConf
protected DGAEdgeTTTOutputFormat.TTTEdgeWriter()
public String getVertexValueAsString(Text vertexValue)
DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter
getVertexValueAsString
in class DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter<Text,Text,Text>
public String getEdgeValueAsString(Text edgeValue)
DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter
getEdgeValueAsString
in class DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter<Text,Text,Text>