public final class ScriptRecordReader
extends <any>
Modifier and Type | Class and Description |
---|---|
protected class |
ScriptRecordReader.ScriptElementFactory
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static String |
SCRIPT_FILE |
Constructor and Description |
---|
ScriptRecordReader() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
NullWritable |
getCurrentKey() |
VertexWritable |
getCurrentValue() |
float |
getProgress() |
void |
initialize(InputSplit genericSplit,
TaskAttemptContext context) |
boolean |
nextKeyValue() |
protected static final String SCRIPT_FILE
public void initialize(InputSplit genericSplit, TaskAttemptContext context) throws IOException
IOException
public boolean nextKeyValue() throws IOException
IOException
public NullWritable getCurrentKey()
public VertexWritable getCurrentValue()
public float getProgress() throws IOException
IOException
public void close() throws IOException
IOException
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.