Uses of Class
org.apache.hadoop.hbase.regionserver.wal.HLog

Packages that use HLog
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.util   
 

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

Fields in org.apache.hadoop.hbase.regionserver declared as HLog
protected  HLog HRegionServer.hlog
           
 

Methods in org.apache.hadoop.hbase.regionserver that return HLog
 HLog HRegion.getLog()
           
 HLog RegionServerServices.getWAL()
           
 HLog HRegionServer.getWAL()
           
protected  HLog HRegionServer.instantiateHLog(org.apache.hadoop.fs.Path logdir, org.apache.hadoop.fs.Path oldLogDir)
          Called by HRegionServer.setupWALAndReplication() creating WAL instance.
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type HLog
protected  boolean HRegion.internalFlushcache(HLog wal, long myseqid)
           
static HRegion HRegion.newHRegion(org.apache.hadoop.fs.Path tableDir, HLog log, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, HRegionInfo regionInfo, FlushRequester flushListener)
          A utility method to create new instances of HRegion based on the HConstants.REGION_IMPL configuration property.
static HRegion HRegion.openHRegion(HRegionInfo info, HLog wal, org.apache.hadoop.conf.Configuration conf)
          Open a Region.
static HRegion HRegion.openHRegion(HRegionInfo info, HLog wal, org.apache.hadoop.conf.Configuration conf, FlushRequester flusher, CancelableProgressable reporter)
          Open a Region.
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type HLog
HRegion(org.apache.hadoop.fs.Path tableDir, HLog log, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, HRegionInfo regionInfo, FlushRequester flushRequester)
          HRegion constructor.
 

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

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



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