| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HFile.Reader
An interface used by clients to open and iterate an
HFile. |
| Modifier and Type | Class and Description |
|---|---|
class |
HFilePreadReader
Implementation of
HFile.Reader to deal with pread. |
class |
HFileReaderImpl
Implementation that can handle all hfile versions of
HFile.Reader. |
class |
HFileStreamReader
Implementation of
HFile.Reader to deal with stream read do not perform any prefetch
operations (HFilePreadReader will do this). |
| Modifier and Type | Method and Description |
|---|---|
BlockWithScanInfo |
NoOpIndexBlockEncoder.NoOpEncodedSeeker.loadDataBlockWithScanInfo(Cell key,
HFileBlock currentBlock,
boolean cacheBlocks,
boolean pread,
boolean isCompaction,
DataBlockEncoding expectedDataBlockEncoding,
HFile.CachingBlockReader cachingBlockReader) |
BlockWithScanInfo |
HFileIndexBlockEncoder.EncodedSeeker.loadDataBlockWithScanInfo(Cell key,
HFileBlock currentBlock,
boolean cacheBlocks,
boolean pread,
boolean isCompaction,
DataBlockEncoding expectedDataBlockEncoding,
HFile.CachingBlockReader cachingBlockReader) |
Cell |
NoOpIndexBlockEncoder.NoOpEncodedSeeker.midkey(HFile.CachingBlockReader cachingBlockReader) |
Cell |
HFileIndexBlockEncoder.EncodedSeeker.midkey(HFile.CachingBlockReader cachingBlockReader) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.