Uses of Class
org.apache.hadoop.hbase.regionserver.HRegionFileSystem

Packages that use HRegionFileSystem
org.apache.hadoop.hbase.regionserver   
 

Uses of HRegionFileSystem in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return HRegionFileSystem
static HRegionFileSystem HRegionFileSystem.createRegionOnFileSystem(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path tableDir, HRegionInfo regionInfo)
          Create a new Region on file-system.
 HRegionFileSystem HStore.getRegionFileSystem()
           
 HRegionFileSystem HRegion.getRegionFileSystem()
           
static HRegionFileSystem HRegionFileSystem.openRegionFromFileSystem(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path tableDir, HRegionInfo regionInfo, boolean readOnly)
          Open Region from file-system.
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type HRegionFileSystem
HRegion(HRegionFileSystem fs, HLog log, org.apache.hadoop.conf.Configuration confParam, HTableDescriptor htd, RegionServerServices rsServices)
          HRegion constructor.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.