Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFile.Reader
Packages that use HFile.Reader
Package
Description
Provides implementations of
HFile
and HFile
BlockCache
.Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of HFile.Reader in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as HFile.ReaderModifier and TypeFieldDescriptionprotected HFile.Reader
HFilePerformanceEvaluation.ReadBenchmark.reader
-
Uses of HFile.Reader in org.apache.hadoop.hbase.io.hfile
Classes in org.apache.hadoop.hbase.io.hfile that implement HFile.ReaderModifier and TypeClassDescriptionclass
Implementation ofHFile.Reader
to deal with pread.class
Implementation that can handle all hfile versions ofHFile.Reader
.class
Implementation ofHFile.Reader
to deal with stream read do not perform any prefetch operations (HFilePreadReader will do this).Fields in org.apache.hadoop.hbase.io.hfile declared as HFile.ReaderModifier and TypeFieldDescriptionprivate HFile.Reader
CompoundBloomFilter.reader
Used to load chunks on demandprotected final HFile.Reader
HFileReaderImpl.HFileScannerImpl.reader
Methods in org.apache.hadoop.hbase.io.hfile that return HFile.ReaderModifier and TypeMethodDescriptionstatic HFile.Reader
HFile.createReader
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf) Creates reader with cache configuration disabledstatic HFile.Reader
HFile.createReader
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, CacheConfig cacheConf, boolean primaryReplicaReader, org.apache.hadoop.conf.Configuration conf) static HFile.Reader
HFile.createReader
(ReaderContext context, HFileInfo fileInfo, CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf) Method returns the reader given the specified arguments.HFileReaderImpl.HFileScannerImpl.getReader()
HFileScanner.getReader()
Returns Reader that underlies this Scanner instance.Methods in org.apache.hadoop.hbase.io.hfile with parameters of type HFile.ReaderModifier and TypeMethodDescriptionvoid
HFileInfo.initMetaAndIndex
(HFile.Reader reader) should be called after initTrailerAndContextprivate void
HFilePrettyPrinter.printMeta
(HFile.Reader reader, Map<byte[], byte[]> fileInfo) Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type HFile.ReaderModifierConstructorDescriptionCompoundBloomFilter
(DataInput meta, HFile.Reader reader, BloomFilterMetrics metrics) De-serialization for compound Bloom filter metadata.EncodedScanner
(HFile.Reader reader, boolean cacheBlocks, boolean pread, boolean isCompaction, HFileContext meta, org.apache.hadoop.conf.Configuration conf) HFileScannerImpl
(HFile.Reader reader, boolean cacheBlocks, boolean pread, boolean isCompaction) -
Uses of HFile.Reader in org.apache.hadoop.hbase.mapreduce
Fields in org.apache.hadoop.hbase.mapreduce declared as HFile.Reader -
Uses of HFile.Reader in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as HFile.ReaderMethods in org.apache.hadoop.hbase.regionserver that return HFile.ReaderConstructors in org.apache.hadoop.hbase.regionserver with parameters of type HFile.ReaderModifierConstructorDescriptionprivate
StoreFileReader
(HFile.Reader reader, StoreFileInfo storeFileInfo, ReaderContext context, org.apache.hadoop.conf.Configuration conf) -
Uses of HFile.Reader in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util with parameters of type HFile.ReaderModifier and TypeMethodDescriptionstatic BloomFilter
BloomFilterFactory.createFromMeta
(DataInput meta, HFile.Reader reader) Instantiates the correct Bloom filter class based on the version provided in the meta block data.static BloomFilter
BloomFilterFactory.createFromMeta
(DataInput meta, HFile.Reader reader, BloomFilterMetrics metrics)