public final class GraphFilterRecordReader
extends <any>
Constructor and Description |
---|
GraphFilterRecordReader() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
NullWritable |
getCurrentKey() |
VertexWritable |
getCurrentValue() |
float |
getProgress() |
void |
initialize(InputSplit inputSplit,
TaskAttemptContext taskAttemptContext) |
boolean |
nextKeyValue() |
public void initialize(InputSplit inputSplit, TaskAttemptContext taskAttemptContext) throws IOException, InterruptedException
IOException
InterruptedException
public boolean nextKeyValue() throws IOException, InterruptedException
IOException
InterruptedException
public NullWritable getCurrentKey() throws IOException, InterruptedException
IOException
InterruptedException
public VertexWritable getCurrentValue() throws IOException, InterruptedException
IOException
InterruptedException
public float getProgress() throws IOException, InterruptedException
IOException
InterruptedException
public void close() throws IOException
IOException
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.