Uses of Class
org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
Packages that use FSDataInputStreamWrapper
- 
Uses of FSDataInputStreamWrapper in org.apache.hadoop.hbase.coprocessorMethods in org.apache.hadoop.hbase.coprocessor with parameters of type FSDataInputStreamWrapperModifier and TypeMethodDescriptiondefault StoreFileReaderRegionObserver.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 StoreFileReaderRegionObserver.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.hfileFields in org.apache.hadoop.hbase.io.hfile declared as FSDataInputStreamWrapperModifier and TypeFieldDescriptionprivate final FSDataInputStreamWrapperReaderContext.fsdisprivate FSDataInputStreamWrapperReaderContextBuilder.fsdisprivate FSDataInputStreamWrapperHFileBlock.FSReaderImpl.streamWrapperThe file system stream of the underlyingHFilethat 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.regionserverMethods 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)