public class DGATextEdgeValueInputFormat.DGATextEdgeValueReader extends DGAAbstractEdgeInputFormat.DGAAbstractEdgeReader<Text>
Constructor and Description |
---|
DGATextEdgeValueInputFormat.DGATextEdgeValueReader() |
Modifier and Type | Method and Description |
---|---|
protected String |
getDefaultEdgeValue() |
protected Text |
getValue(RawEdge edge) |
protected void |
validateEdgeValue(RawEdge edge) |
getSourceVertexId, getTargetVertexId, initialize, preprocessLine
getCurrentEdge, getCurrentSourceId, nextEdge
close, createLineRecordReader, getContext, getProgress, getRecordReader
aggregate, getAggregatedValue, setWorkerAggregatorUse
getConf, setConf
public DGATextEdgeValueInputFormat.DGATextEdgeValueReader()
protected String getDefaultEdgeValue()
getDefaultEdgeValue
in class DGAAbstractEdgeInputFormat.DGAAbstractEdgeReader<Text>
protected void validateEdgeValue(RawEdge edge) throws IOException
validateEdgeValue
in class DGAAbstractEdgeInputFormat.DGAAbstractEdgeReader<Text>
IOException
protected Text getValue(RawEdge edge) throws IOException
getValue
in class TextEdgeInputFormat.TextEdgeReaderFromEachLineProcessed<RawEdge>
IOException