|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CancelableProgressable | |
---|---|
org.apache.hadoop.hbase.regionserver |
Uses of CancelableProgressable in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver with parameters of type CancelableProgressable | |
---|---|
long |
HRegion.initialize(CancelableProgressable reporter)
Initialize this region. |
protected HRegion |
HRegion.openHRegion(CancelableProgressable reporter)
Open HRegion. |
static HRegion |
HRegion.openHRegion(HRegionInfo info,
HLog wal,
org.apache.hadoop.conf.Configuration conf,
FlushRequester flusher,
CancelableProgressable reporter)
Open a Region. |
protected long |
HRegion.replayRecoveredEditsIfAny(org.apache.hadoop.fs.Path regiondir,
long minSeqId,
CancelableProgressable reporter)
Read the edits log put under this region by wal log splitting process. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |