Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides the hbase data+index+metadata file.
|
Modifier and Type | Field and Description |
---|---|
protected HFileReaderV1 |
HFileReaderV1.AbstractScannerV1.reader
This masks a field with the same name in the superclass and saves us the
runtime overhead of casting from abstract reader to reader V1.
|
Constructor and Description |
---|
HFileReaderV1.AbstractScannerV1(HFileReaderV1 reader,
boolean cacheBlocks,
boolean pread,
boolean isCompaction) |
HFileReaderV1.ScannerV1(HFileReaderV1 reader,
boolean cacheBlocks,
boolean pread,
boolean isCompaction) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.