| 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). |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.