Uses of Class
org.apache.hadoop.hbase.fs.HFileSystem
Packages that use HFileSystem
-
Uses of HFileSystem in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as HFileSystemModifier and TypeFieldDescriptionprotected HFileSystemHBaseServerBase.dataFsprivate HFileSystemMockRegionServerServices.hfsprotected HFileSystemHBaseServerBase.walFsMethods in org.apache.hadoop.hbase that return HFileSystem -
Uses of HFileSystem in org.apache.hadoop.hbase.io
Fields in org.apache.hadoop.hbase.io declared as HFileSystemMethods in org.apache.hadoop.hbase.io that return HFileSystem -
Uses of HFileSystem in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as HFileSystemModifier and TypeFieldDescriptionprivate HFileSystemHFileBlock.FSReaderImpl.hfsThe filesystem used to access dataprivate final HFileSystemReaderContext.hfsprivate HFileSystemReaderContextBuilder.hfsMethods in org.apache.hadoop.hbase.io.hfile that return HFileSystemMethods in org.apache.hadoop.hbase.io.hfile with parameters of type HFileSystemConstructors in org.apache.hadoop.hbase.io.hfile with parameters of type HFileSystemModifierConstructorDescriptionReaderContext(org.apache.hadoop.fs.Path filePath, FSDataInputStreamWrapper fsdis, long fileSize, HFileSystem hfs, boolean primaryReplicaReader, ReaderContext.ReaderType type)