Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFileScanner
Package
Description
Provides implementations of
HFile
and HFile
BlockCache
.Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of HFileScanner in org.apache.hadoop.hbase.io
Modifier and TypeMethodDescriptionHalfStoreFileReader.getScanner
(boolean cacheBlocks, boolean pread, boolean isCompaction) -
Uses of HFileScanner in org.apache.hadoop.hbase.io.hfile
Modifier and TypeClassDescriptionprotected static class
Scanner that operates on encoded data blocks.protected static class
Modifier and TypeMethodDescriptionHFile.Reader.getScanner
(org.apache.hadoop.conf.Configuration conf, boolean cacheBlocks, boolean pread) HFile.Reader.getScanner
(org.apache.hadoop.conf.Configuration conf, boolean cacheBlocks, boolean pread, boolean isCompaction) HFileReaderImpl.getScanner
(org.apache.hadoop.conf.Configuration conf, boolean cacheBlocks, boolean pread) Create a Scanner on this file.HFileReaderImpl.getScanner
(org.apache.hadoop.conf.Configuration conf, boolean cacheBlocks, boolean pread, boolean isCompaction) Create a Scanner on this file.Modifier and TypeMethodDescriptionprivate void
HFilePrettyPrinter.scanKeysValues
(org.apache.hadoop.fs.Path file, HFilePrettyPrinter.KeyValueStatsCollector fileStats, HFileScanner scanner, byte[] row) -
Uses of HFileScanner in org.apache.hadoop.hbase.mapreduce
-
Uses of HFileScanner in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionStoreFileReader.getScanner
(boolean cacheBlocks, boolean pread) Deprecated.since 2.0.0 and will be removed in 3.0.0.StoreFileReader.getScanner
(boolean cacheBlocks, boolean pread, boolean isCompaction) Deprecated.since 2.0.0 and will be removed in 3.0.0.Modifier and TypeMethodDescription(package private) static boolean
StoreFileScanner.reseekAtOrAfter
(HFileScanner s, Cell k) static boolean
StoreFileScanner.seekAtOrAfter
(HFileScanner s, Cell k) Returns false if not found or if k is after the end.ModifierConstructorDescriptionStoreFileScanner
(StoreFileReader reader, HFileScanner hfs, boolean useMVCC, boolean hasMVCC, long readPt, long scannerOrder, boolean canOptimizeForNonNullColumn, boolean isFastSeekingEncoding) Implements aKeyValueScanner
on top of the specifiedHFileScanner