|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HLog | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.util |
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()
|
Methods in org.apache.hadoop.hbase 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. |
Constructors in org.apache.hadoop.hbase 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,
CacheFlushListener listener)
HRegion constructor. |
Uses of HLog in org.apache.hadoop.hbase.util |
---|
Methods in org.apache.hadoop.hbase.util that return HLog | |
---|---|
HLog |
MetaUtils.getLog()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |