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 HFileSystem
HBaseServerBase.dataFs
private HFileSystem
MockRegionServerServices.hfs
protected HFileSystem
HBaseServerBase.walFs
Methods 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 HFileSystem
HFileBlock.FSReaderImpl.hfs
The filesystem used to access dataprivate final HFileSystem
ReaderContext.hfs
private HFileSystem
ReaderContextBuilder.hfs
Methods 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)