| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.hfile | Provides implementations of  HFileand HFileBlockCache. | 
| Modifier and Type | Method and Description | 
|---|---|
| ReaderContextBuilder | ReaderContextBuilder. withFilePath(org.apache.hadoop.fs.Path filePath) | 
| ReaderContextBuilder | ReaderContextBuilder. withFileSize(long fileSize) | 
| ReaderContextBuilder | ReaderContextBuilder. withFileSystem(org.apache.hadoop.fs.FileSystem fs) | 
| ReaderContextBuilder | ReaderContextBuilder. withFileSystem(HFileSystem hfs) | 
| ReaderContextBuilder | ReaderContextBuilder. withFileSystemAndPath(org.apache.hadoop.fs.FileSystem fs,
                     org.apache.hadoop.fs.Path filePath) | 
| ReaderContextBuilder | ReaderContextBuilder. withInputStreamWrapper(FSDataInputStreamWrapper fsdis) | 
| ReaderContextBuilder | ReaderContextBuilder. withPrimaryReplicaReader(boolean primaryReplicaReader) | 
| ReaderContextBuilder | ReaderContextBuilder. withReaderType(ReaderContext.ReaderType type) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.