protected class DGAEdgeTDTOutputFormat.TDTEdgeWriter extends DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter<Text,DoubleWritable,Text>
Modifier | Constructor and Description |
---|---|
protected |
DGAEdgeTDTOutputFormat.TDTEdgeWriter() |
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(DoubleWritable 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 DGAEdgeTDTOutputFormat.TDTEdgeWriter()
public String getVertexValueAsString(DoubleWritable vertexValue)
DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter
getVertexValueAsString
in class DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter<Text,DoubleWritable,Text>
public String getEdgeValueAsString(Text edgeValue)
DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter
getEdgeValueAsString
in class DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter<Text,DoubleWritable,Text>