| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this
GiraphReader to future operations. |
float |
getProgress()
How much of the input has the
GiraphReader consumed i.e. |
void |
initialize(org.apache.hadoop.mapreduce.InputSplit inputSplit,
org.apache.hadoop.mapreduce.TaskAttemptContext context)
Use the input split and context to setup reading.
|
forEachRemaining, hasNext, next, removevoid initialize(org.apache.hadoop.mapreduce.InputSplit inputSplit,
org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException,
InterruptedException
inputSplit - Input split to be used for reading.context - Context from the task.IOExceptionInterruptedExceptionvoid close()
throws IOException
GiraphReader to future operations.IOExceptionfloat getProgress()
throws IOException,
InterruptedException
GiraphReader consumed i.e.
has been processed by?0.0 to 1.0.IOExceptionInterruptedExceptionCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.