Uses of Class
org.apache.hadoop.hbase.util.migration.v5.HLog

Packages that use HLog
org.apache.hadoop.hbase.util.migration.v5 Package of classes used instantiating objects written with pre-version 5 versions of HBase. 
 

Uses of HLog in org.apache.hadoop.hbase.util.migration.v5
 

Methods in org.apache.hadoop.hbase.util.migration.v5 that return HLog
 HLog MetaUtils.getLog()
           
 HLog HRegion.getLog()
           
 

Methods in org.apache.hadoop.hbase.util.migration.v5 with parameters of type HLog
static HRegion HRegion.openHRegion(HRegionInfo info, org.apache.hadoop.fs.Path rootDir, HLog log, HBaseConfiguration conf)
          Convenience method to open a HRegion outside of an HRegionServer context.
 

Constructors in org.apache.hadoop.hbase.util.migration.v5 with parameters of type HLog
HRegion(org.apache.hadoop.fs.Path basedir, HLog log, org.apache.hadoop.fs.FileSystem fs, HBaseConfiguration conf, HRegionInfo regionInfo, org.apache.hadoop.fs.Path initialFiles, FlushRequester flushListener)
          HRegion constructor.
HRegion(org.apache.hadoop.fs.Path basedir, HLog log, org.apache.hadoop.fs.FileSystem fs, HBaseConfiguration conf, HRegionInfo regionInfo, org.apache.hadoop.fs.Path initialFiles, FlushRequester flushListener, org.apache.hadoop.util.Progressable reporter)
          HRegion constructor.
 



Copyright © 2008 The Apache Software Foundation