public class NoSQLRecordReader extends NoSQLRecordReader
NoSQLRecordReader
for the Hadoop old APIConstructor and Description |
---|
NoSQLRecordReader(NoSQLInputSplit split, Configuration conf) |
Modifier and Type | Method and Description |
---|---|
Text |
createKey() |
RecordInfo |
createValue() |
long |
getPos() |
float |
getProgress() |
boolean |
next(Text key, RecordInfo value) |
close, getCurrentKey, getCurrentValue, initialize, nextKeyValue
public NoSQLRecordReader(NoSQLInputSplit split, Configuration conf) throws java.io.IOException
java.io.IOException
public Text createKey()
public RecordInfo createValue()
public long getPos() throws java.io.IOException
java.io.IOException
public float getProgress() throws java.io.IOException
getProgress
in class NoSQLRecordReader
java.io.IOException
public boolean next(Text key, RecordInfo value) throws java.io.IOException
java.io.IOException
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.