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 rootDir, HLog log, FileSystem fs, Configuration conf, HRegionInfo regionInfo, Path initialFiles)
          HRegion constructor.
 



Copyright © 2006 The Apache Software Foundation