public class TableRecordReaderImpl extends Object
| Constructor and Description |
|---|
TableRecordReaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ByteBufWritableComparable |
getCurrentKey() |
com.mapr.db.DBDocument |
getCurrentValue() |
void |
initialize(org.apache.hadoop.mapreduce.InputSplit inputsplit,
org.apache.hadoop.mapreduce.TaskAttemptContext cntxt) |
boolean |
nextKeyValue() |
void |
setCondition(com.mapr.db.Condition c) |
void |
setFieldPath(String fieldPath) |
void |
setTable(com.mapr.db.Table t) |
public void close()
public ByteBufWritableComparable getCurrentKey() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic com.mapr.db.DBDocument getCurrentValue()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic boolean nextKeyValue()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void initialize(org.apache.hadoop.mapreduce.InputSplit inputsplit,
org.apache.hadoop.mapreduce.TaskAttemptContext cntxt)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void setTable(com.mapr.db.Table t)
public void setCondition(com.mapr.db.Condition c)
public void setFieldPath(String fieldPath)
Copyright © 2015 Mapr Technologies, Inc.. All rights reserved.