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

Packages that use HLog
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.replication.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 HRegionServer.getLog()
           
 HLog HRegion.getLog()
           
protected  HLog HRegionServer.instantiateHLog(org.apache.hadoop.fs.Path logdir, org.apache.hadoop.fs.Path oldLogDir)
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type HLog
protected  HRegion HRegionServer.instantiateRegion(HRegionInfo regionInfo, HLog wal)
           
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, org.apache.hadoop.fs.Path rootDir, HLog log, org.apache.hadoop.conf.Configuration conf)
          Convenience method to open a HRegion outside of an HRegionServer context.
 

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 flushListener)
          HRegion constructor.
 

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

Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type HLog
 void Replication.addLogEntryVisitor(HLog hlog)
          Add this class as a log entry visitor for HLog if replication is enabled
 

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

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



Copyright © 2010 Apache Software Foundation. All Rights Reserved.