|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.log
|
| Methods in org.apache.hadoop.hbase.regionserver that return HLog | |
|---|---|
HLog |
HRegion.getLog()
|
| Methods in org.apache.hadoop.hbase.regionserver 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 outside of an HRegionServer context. |
| Constructors in org.apache.hadoop.hbase.regionserver with parameters of type HLog | |
|---|---|
HRegion(org.apache.hadoop.fs.Path basedir,
HLog log,
org.apache.hadoop.fs.FileSystem fs,
HBaseConfiguration conf,
HRegionInfo regionInfo,
FlushRequester flushListener)
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 | |||||||||