|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HFile.Reader | |
---|---|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.io.hfile | Provides the hbase data+index+metadata file. |
org.apache.hadoop.hbase.regionserver |
Uses of HFile.Reader in org.apache.hadoop.hbase.io |
---|
Subclasses of HFile.Reader in org.apache.hadoop.hbase.io | |
---|---|
class |
HalfHFileReader
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. |
Uses of HFile.Reader in org.apache.hadoop.hbase.io.hfile |
---|
Methods in org.apache.hadoop.hbase.io.hfile that return HFile.Reader | |
---|---|
HFile.Reader |
HFileScanner.getReader()
|
Uses of HFile.Reader in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return HFile.Reader | |
---|---|
HFile.Reader |
StoreFile.getReader()
|
protected HFile.Reader |
StoreFile.open()
Opens reader on this store file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |