|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BloomFilterMapFile.Reader | |
---|---|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.regionserver |
Uses of BloomFilterMapFile.Reader in org.apache.hadoop.hbase.io |
---|
Subclasses of BloomFilterMapFile.Reader in org.apache.hadoop.hbase.io | |
---|---|
class |
HalfMapFileReader
A facade for a MapFile.Reader that serves up
either the top or bottom half of a MapFile 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 BloomFilterMapFile.Reader in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return BloomFilterMapFile.Reader | |
---|---|
BloomFilterMapFile.Reader |
HStoreFile.getReader(org.apache.hadoop.fs.FileSystem fs,
boolean bloomFilter,
boolean blockCacheEnabled)
Get reader for the store file map file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |