public class CqlBinaryRecordReader extends org.apache.hadoop.mapreduce.RecordReader<StaticBuffer,Iterable<Entry>>
| Constructor and Description |
|---|
CqlBinaryRecordReader(CqlRecordReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
StaticBuffer |
getCurrentKey() |
Iterable<Entry> |
getCurrentValue() |
float |
getProgress() |
void |
initialize(org.apache.hadoop.mapreduce.InputSplit inputSplit,
org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) |
boolean |
nextKeyValue() |
public CqlBinaryRecordReader(CqlRecordReader reader)
public void initialize(org.apache.hadoop.mapreduce.InputSplit inputSplit,
org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext)
throws IOException
initialize in class org.apache.hadoop.mapreduce.RecordReader<StaticBuffer,Iterable<Entry>>IOExceptionpublic boolean nextKeyValue()
throws IOException
nextKeyValue in class org.apache.hadoop.mapreduce.RecordReader<StaticBuffer,Iterable<Entry>>IOExceptionpublic StaticBuffer getCurrentKey()
getCurrentKey in class org.apache.hadoop.mapreduce.RecordReader<StaticBuffer,Iterable<Entry>>public Iterable<Entry> getCurrentValue()
getCurrentValue in class org.apache.hadoop.mapreduce.RecordReader<StaticBuffer,Iterable<Entry>>public void close()
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.hadoop.mapreduce.RecordReader<StaticBuffer,Iterable<Entry>>public float getProgress()
getProgress in class org.apache.hadoop.mapreduce.RecordReader<StaticBuffer,Iterable<Entry>>Copyright © 2012–2024. All rights reserved.