|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HLog | |
---|---|
org.apache.hadoop.hbase.coprocessor | Table of Contents |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.wal | |
org.apache.hadoop.hbase.util |
Uses of HLog in org.apache.hadoop.hbase.coprocessor |
---|
Methods in org.apache.hadoop.hbase.coprocessor that return HLog | |
---|---|
HLog |
WALCoprocessorEnvironment.getWAL()
|
Uses of HLog in org.apache.hadoop.hbase.regionserver |
---|
Fields in org.apache.hadoop.hbase.regionserver declared as HLog | |
---|---|
protected HLog |
HRegionServer.hlog
|
protected HLog |
HRegionServer.hlogForMeta
|
Methods in org.apache.hadoop.hbase.regionserver that return HLog | |
---|---|
HLog |
HRegion.getLog()
|
HLog |
HRegionServer.getWAL()
|
HLog |
RegionServerServices.getWAL()
|
HLog |
HRegionServer.getWAL(HRegionInfo regionInfo)
|
HLog |
RegionServerServices.getWAL(HRegionInfo regionInfo)
|
protected HLog |
HRegionServer.instantiateHLog(org.apache.hadoop.fs.Path logdir,
org.apache.hadoop.fs.Path oldLogDir)
Called by HRegionServer.setupWALAndReplication() creating WAL instance. |
Methods in org.apache.hadoop.hbase.regionserver with parameters of type HLog | |
---|---|
static HRegion |
HRegion.createHRegion(HRegionInfo info,
org.apache.hadoop.fs.Path rootDir,
org.apache.hadoop.conf.Configuration conf,
HTableDescriptor hTableDescriptor,
HLog hlog)
|
static HRegion |
HRegion.createHRegion(HRegionInfo info,
org.apache.hadoop.fs.Path rootDir,
org.apache.hadoop.conf.Configuration conf,
HTableDescriptor hTableDescriptor,
HLog hlog,
boolean initialize)
Convenience method creating new HRegions. |
static HRegion |
HRegion.createHRegion(HRegionInfo info,
org.apache.hadoop.fs.Path rootDir,
org.apache.hadoop.conf.Configuration conf,
HTableDescriptor hTableDescriptor,
HLog hlog,
boolean initialize,
boolean ignoreHLog)
Convenience method creating new HRegions. |
protected HRegion.FlushResult |
HRegion.internalFlushcache(HLog wal,
long myseqid,
MonitoredTask status)
|
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,
HTableDescriptor htd,
RegionServerServices rsServices)
A utility method to create new instances of HRegion based on the HConstants.REGION_IMPL configuration property. |
static HRegion |
HRegion.openHRegion(HRegionInfo info,
HTableDescriptor htd,
HLog wal,
org.apache.hadoop.conf.Configuration conf)
Open a Region. |
static HRegion |
HRegion.openHRegion(HRegionInfo info,
HTableDescriptor htd,
HLog wal,
org.apache.hadoop.conf.Configuration conf,
RegionServerServices rsServices,
CancelableProgressable reporter)
Open a Region. |
static HRegion |
HRegion.openHRegion(org.apache.hadoop.fs.Path tableDir,
HRegionInfo info,
HTableDescriptor htd,
HLog wal,
org.apache.hadoop.conf.Configuration conf)
|
static HRegion |
HRegion.openHRegion(org.apache.hadoop.fs.Path tableDir,
HRegionInfo info,
HTableDescriptor htd,
HLog wal,
org.apache.hadoop.conf.Configuration conf,
RegionServerServices rsServices,
CancelableProgressable reporter)
Open a Region. |
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 confParam,
HRegionInfo regionInfo,
HTableDescriptor htd,
RegionServerServices rsServices)
HRegion constructor. |
Uses of HLog in org.apache.hadoop.hbase.regionserver.wal |
---|
Constructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type HLog | |
---|---|
WALCoprocessorHost(HLog log,
org.apache.hadoop.conf.Configuration conf)
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 |