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, preprocessLinegetCurrentEdge, getCurrentSourceId, nextEdgeclose, createLineRecordReader, getContext, getProgress, getRecordReaderaggregate, getAggregatedValue, setWorkerAggregatorUsegetConf, setConfpublic DGATextEdgeValueInputFormat.DGATextEdgeValueReader()
protected String getDefaultEdgeValue()
getDefaultEdgeValue in class DGAAbstractEdgeInputFormat.DGAAbstractEdgeReader<Text>protected void validateEdgeValue(RawEdge edge) throws IOException
validateEdgeValue in class DGAAbstractEdgeInputFormat.DGAAbstractEdgeReader<Text>IOExceptionprotected Text getValue(RawEdge edge) throws IOException
getValue in class TextEdgeInputFormat.TextEdgeReaderFromEachLineProcessed<RawEdge>IOException