public static class TableSnapshotInputFormatImpl.RecordReader extends Object
Constructor and Description |
---|
TableSnapshotInputFormatImpl.RecordReader() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
ImmutableBytesWritable |
getCurrentKey() |
Result |
getCurrentValue() |
long |
getPos() |
float |
getProgress() |
ClientSideRegionScanner |
getScanner() |
void |
initialize(TableSnapshotInputFormatImpl.InputSplit split,
org.apache.hadoop.conf.Configuration conf) |
boolean |
nextKeyValue() |
public TableSnapshotInputFormatImpl.RecordReader()
public ClientSideRegionScanner getScanner()
public void initialize(TableSnapshotInputFormatImpl.InputSplit split, org.apache.hadoop.conf.Configuration conf) throws IOException
IOException
public boolean nextKeyValue() throws IOException
IOException
public ImmutableBytesWritable getCurrentKey()
public Result getCurrentValue()
public long getPos()
public float getProgress()
public void close()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.