| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.coprocessor | 
 Table of Contents 
 | 
| org.apache.hadoop.hbase.io.hfile | 
 Provides implementations of  
HFile and HFile
 BlockCache. | 
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Method and Description | 
|---|---|
default StoreFileReader | 
RegionObserver.postStoreFileReaderOpen(ObserverContext<RegionCoprocessorEnvironment> ctx,
                       org.apache.hadoop.fs.FileSystem fs,
                       org.apache.hadoop.fs.Path p,
                       FSDataInputStreamWrapper in,
                       long size,
                       CacheConfig cacheConf,
                       Reference r,
                       StoreFileReader reader)
Deprecated. 
 
For Phoenix only, StoreFileReader is not a stable interface. 
 | 
default StoreFileReader | 
RegionObserver.preStoreFileReaderOpen(ObserverContext<RegionCoprocessorEnvironment> ctx,
                      org.apache.hadoop.fs.FileSystem fs,
                      org.apache.hadoop.fs.Path p,
                      FSDataInputStreamWrapper in,
                      long size,
                      CacheConfig cacheConf,
                      Reference r,
                      StoreFileReader reader)
Deprecated. 
 
For Phoenix only, StoreFileReader is not a stable interface. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private FSDataInputStreamWrapper | 
ReaderContextBuilder.fsdis  | 
private FSDataInputStreamWrapper | 
ReaderContext.fsdis  | 
private FSDataInputStreamWrapper | 
HFileBlock.FSReaderImpl.streamWrapper
The file system stream of the underlying  
HFile that
 does or doesn't do checksum validations in the filesystem | 
| Modifier and Type | Method and Description | 
|---|---|
FSDataInputStreamWrapper | 
ReaderContext.getInputStreamWrapper()  | 
| Modifier and Type | Method and Description | 
|---|---|
ReaderContextBuilder | 
ReaderContextBuilder.withInputStreamWrapper(FSDataInputStreamWrapper fsdis)  | 
| Constructor and Description | 
|---|
ReaderContext(org.apache.hadoop.fs.Path filePath,
             FSDataInputStreamWrapper fsdis,
             long fileSize,
             HFileSystem hfs,
             boolean primaryReplicaReader,
             ReaderContext.ReaderType type)  | 
| Modifier and Type | Method and Description | 
|---|---|
StoreFileReader | 
RegionCoprocessorHost.postStoreFileReaderOpen(org.apache.hadoop.fs.FileSystem fs,
                       org.apache.hadoop.fs.Path p,
                       FSDataInputStreamWrapper in,
                       long size,
                       CacheConfig cacheConf,
                       Reference r,
                       StoreFileReader reader)  | 
StoreFileReader | 
RegionCoprocessorHost.preStoreFileReaderOpen(org.apache.hadoop.fs.FileSystem fs,
                      org.apache.hadoop.fs.Path p,
                      FSDataInputStreamWrapper in,
                      long size,
                      CacheConfig cacheConf,
                      Reference r)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.