Package | Description |
---|---|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
HalfStoreFileReader
A facade for a
HFile.Reader that serves up
either the top or bottom half of a HFile where 'bottom' is the first half
of the file containing the keys that sort lowest and 'top' is the second half
of the file with keys that sort greater than those of the bottom half. |
Modifier and Type | Method and Description |
---|---|
StoreFile.Reader |
StoreFile.createReader() |
StoreFile.Reader |
StoreFile.getReader() |
StoreFile.Reader |
StoreFileInfo.open(org.apache.hadoop.fs.FileSystem fs,
CacheConfig cacheConf,
DataBlockEncoding dataBlockEncoding)
Open a Reader for the StoreFile
|
Constructor and Description |
---|
StoreFileScanner(StoreFile.Reader reader,
HFileScanner hfs,
boolean useMVCC)
Implements a
KeyValueScanner on top of the specified HFileScanner |
Copyright © 2013 The Apache Software Foundation. All rights reserved.