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, initializewriteEdgeclose, createLineRecordWriter, getContext, getRecordWritergetConf, setConfprotected DGAEdgeTDTOutputFormat.TDTEdgeWriter()
public String getVertexValueAsString(DoubleWritable vertexValue)
DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWritergetVertexValueAsString in class DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter<Text,DoubleWritable,Text>public String getEdgeValueAsString(Text edgeValue)
DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWritergetEdgeValueAsString in class DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter<Text,DoubleWritable,Text>