|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreFile.Reader | |
---|---|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.regionserver |
Uses of StoreFile.Reader in org.apache.hadoop.hbase.io |
---|
Subclasses of StoreFile.Reader in org.apache.hadoop.hbase.io | |
---|---|
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. |
Uses of StoreFile.Reader in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return StoreFile.Reader | |
---|---|
StoreFile.Reader |
StoreFile.createReader()
|
StoreFile.Reader |
StoreFile.getReader()
|
Constructors in org.apache.hadoop.hbase.regionserver with parameters of type StoreFile.Reader | |
---|---|
StoreFileScanner(StoreFile.Reader reader,
HFileScanner hfs,
boolean useMVCC,
boolean hasMVCC)
Implements a KeyValueScanner on top of the specified HFileScanner |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |