protected abstract class TextVertexValueInputFormat.TextVertexValueReaderFromEachLine extends TextVertexValueInputFormat.TextVertexValueReader
Modifier | Constructor and Description |
---|---|
protected |
TextVertexValueReaderFromEachLine() |
Modifier and Type | Method and Description |
---|---|
I |
getCurrentVertexId()
User-defined method to extract the vertex id.
|
V |
getCurrentVertexValue()
User-defined method to extract the vertex value.
|
protected abstract I |
getId(org.apache.hadoop.io.Text line)
Reads vertex id from the current line.
|
protected abstract V |
getValue(org.apache.hadoop.io.Text line)
Reads vertex value from the current line.
|
boolean |
nextVertex() |
close, createLineRecordReader, getContext, getProgress, getRecordReader, initialize
getCurrentVertex
aggregate, getAggregatedValue, getBroadcast, reduce, reduceMerge, setWorkerGlobalCommUsage
getConf, setConf
public final I getCurrentVertexId() throws IOException, InterruptedException
BasicVertexValueReader
getCurrentVertexId
in class BasicVertexValueReader<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable>
IOException
InterruptedException
public final V getCurrentVertexValue() throws IOException, InterruptedException
BasicVertexValueReader
getCurrentVertexValue
in class BasicVertexValueReader<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable>
IOException
InterruptedException
public final boolean nextVertex() throws IOException, InterruptedException
nextVertex
in class VertexReader<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,org.apache.hadoop.io.Writable>
IOException
InterruptedException
protected abstract I getId(org.apache.hadoop.io.Text line) throws IOException
line
- the current lineIOException
- exception that can be thrown while readingprotected abstract V getValue(org.apache.hadoop.io.Text line) throws IOException
line
- the current lineIOException
- exception that can be thrown while readingCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.