Uses of Interface
org.apache.hadoop.hbase.io.hfile.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
Modifier and TypeFieldDescriptionprotected HFile.Reader
HFilePerformanceEvaluation.ReadBenchmark.reader
-
Uses of HFile.Reader in org.apache.hadoop.hbase.io.hfile
Modifier 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).Modifier and TypeFieldDescriptionprivate HFile.Reader
CompoundBloomFilter.reader
Used to load chunks on demandprotected final HFile.Reader
HFileReaderImpl.HFileScannerImpl.reader
Modifier 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.Modifier and TypeMethodDescriptionvoid
HFileInfo.initMetaAndIndex
(HFile.Reader reader) should be called after initTrailerAndContextprivate void
HFilePrettyPrinter.printMeta
(HFile.Reader reader, Map<byte[], byte[]> fileInfo) ModifierConstructorDescriptionCompoundBloomFilter
(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
-
Uses of HFile.Reader in org.apache.hadoop.hbase.regionserver
ModifierConstructorDescriptionprivate
StoreFileReader
(HFile.Reader reader, StoreFileInfo storeFileInfo, ReaderContext context, org.apache.hadoop.conf.Configuration conf) -
Uses of HFile.Reader in org.apache.hadoop.hbase.util
Modifier 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)