Uses of Class
org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
Packages that use FSDataInputStreamWrapper
-
Uses of FSDataInputStreamWrapper in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type FSDataInputStreamWrapperModifier and TypeMethodDescriptiondefault StoreFileReader
RegionObserver.postStoreFileReaderOpen
(ObserverContext<? extends 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<? extends 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. -
Uses of FSDataInputStreamWrapper in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as FSDataInputStreamWrapperModifier and TypeFieldDescriptionprivate final FSDataInputStreamWrapper
ReaderContext.fsdis
private FSDataInputStreamWrapper
ReaderContextBuilder.fsdis
private FSDataInputStreamWrapper
HFileBlock.FSReaderImpl.streamWrapper
The file system stream of the underlyingHFile
that does or doesn't do checksum validations in the filesystemMethods in org.apache.hadoop.hbase.io.hfile that return FSDataInputStreamWrapperMethods in org.apache.hadoop.hbase.io.hfile with parameters of type FSDataInputStreamWrapperModifier and TypeMethodDescriptionReaderContextBuilder.withInputStreamWrapper
(FSDataInputStreamWrapper fsdis) Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type FSDataInputStreamWrapperModifierConstructorDescriptionReaderContext
(org.apache.hadoop.fs.Path filePath, FSDataInputStreamWrapper fsdis, long fileSize, HFileSystem hfs, boolean primaryReplicaReader, ReaderContext.ReaderType type) -
Uses of FSDataInputStreamWrapper in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type FSDataInputStreamWrapperModifier and TypeMethodDescriptionRegionCoprocessorHost.postStoreFileReaderOpen
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r, StoreFileReader reader) RegionCoprocessorHost.preStoreFileReaderOpen
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r)