public class DGALongEdgeValueInputFormat.DGALongEdgeValueReader extends DGAAbstractEdgeInputFormat.DGAAbstractEdgeReader<LongWritable>
Constructor and Description |
---|
DGALongEdgeValueInputFormat.DGALongEdgeValueReader() |
Modifier and Type | Method and Description |
---|---|
protected String |
getDefaultEdgeValue() |
protected LongWritable |
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 DGALongEdgeValueInputFormat.DGALongEdgeValueReader()
protected String getDefaultEdgeValue()
getDefaultEdgeValue
in class DGAAbstractEdgeInputFormat.DGAAbstractEdgeReader<LongWritable>
protected void validateEdgeValue(RawEdge edge) throws IOException
validateEdgeValue
in class DGAAbstractEdgeInputFormat.DGAAbstractEdgeReader<LongWritable>
IOException
protected LongWritable getValue(RawEdge edge)
getValue
in class TextEdgeInputFormat.TextEdgeReaderFromEachLineProcessed<RawEdge>