Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFileScanner
Packages that use 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
Fields in org.apache.hadoop.hbase declared as HFileScannerModifier and TypeFieldDescriptionprivate HFileScannerHFilePerformanceEvaluation.SequentialReadBenchmark.scanner - 
Uses of HFileScanner in org.apache.hadoop.hbase.io
Methods in org.apache.hadoop.hbase.io that return HFileScannerModifier and TypeMethodDescriptionprotected HFileScannerHalfStoreFileReader.getScanner(boolean cacheBlocks, boolean pread, boolean isCompaction)  - 
Uses of HFileScanner in org.apache.hadoop.hbase.io.hfile
Classes in org.apache.hadoop.hbase.io.hfile that implement HFileScannerModifier and TypeClassDescriptionprotected static classScanner that operates on encoded data blocks.static classMethods in org.apache.hadoop.hbase.io.hfile that return HFileScannerModifier 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.Methods in org.apache.hadoop.hbase.io.hfile with parameters of type HFileScannerModifier and TypeMethodDescriptionprivate voidHFilePrettyPrinter.scanKeysValues(org.apache.hadoop.fs.Path file, HFilePrettyPrinter.KeyValueStatsCollector fileStats, HFileScanner scanner, byte[] row)  - 
Uses of HFileScanner in org.apache.hadoop.hbase.mapreduce
Fields in org.apache.hadoop.hbase.mapreduce declared as HFileScanner - 
Uses of HFileScanner in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as HFileScannerMethods in org.apache.hadoop.hbase.regionserver that return HFileScannerModifier and TypeMethodDescriptionprotected HFileScannerStoreFileReader.getScanner(boolean cacheBlocks, boolean pread, boolean isCompaction) Will be overridden in HalfStoreFileReaderMethods in org.apache.hadoop.hbase.regionserver with parameters of type HFileScannerModifier and TypeMethodDescription(package private) static booleanStoreFileScanner.reseekAtOrAfter(HFileScanner s, ExtendedCell k) static booleanStoreFileScanner.seekAtOrAfter(HFileScanner s, ExtendedCell k) Returns false if not found or if k is after the end.Constructors in org.apache.hadoop.hbase.regionserver with parameters of type HFileScannerModifierConstructorDescriptionStoreFileScanner(StoreFileReader reader, HFileScanner hfs, boolean useMVCC, boolean hasMVCC, long readPt, long scannerOrder, boolean canOptimizeForNonNullColumn, boolean isFastSeekingEncoding) Implements aKeyValueScanneron top of the specifiedHFileScanner