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

Packages that use HLog
org.apache.hadoop.hbase Provides Hbase, the Hadoop simple database. 
 

Uses of HLog in org.apache.hadoop.hbase
 

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

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

Constructors in org.apache.hadoop.hbase with parameters of type HLog
HRegion(Path basedir, HLog log, FileSystem fs, HBaseConfiguration conf, HRegionInfo regionInfo, Path initialFiles, CacheFlushListener listener)
          HRegion constructor.
 



Copyright © 2006 The Apache Software Foundation