Uses of Interface
org.apache.hadoop.hbase.util.CancelableProgressable

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.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.