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

Packages that use CancelableProgressable
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.wal   
 

Uses of CancelableProgressable in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type CancelableProgressable
 SplitLogWorker.TaskExecutor.Status SplitLogWorker.TaskExecutor.exec(String name, CancelableProgressable p)
           
 long HRegion.initialize(CancelableProgressable reporter)
          Initialize this region.
protected  HRegion HRegion.openHRegion(CancelableProgressable reporter)
          Open HRegion.
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, RegionServerServices rsServices, CancelableProgressable reporter)
          Open a Region.
protected  long HRegion.replayRecoveredEditsIfAny(org.apache.hadoop.fs.Path regiondir, long minSeqId, CancelableProgressable reporter, MonitoredTask status)
          Read the edits log put under this region by wal log splitting process.
 

Uses of CancelableProgressable in org.apache.hadoop.hbase.regionserver.wal
 

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type CancelableProgressable
 boolean HLogSplitter.splitLogFileToTemp(org.apache.hadoop.fs.FileStatus logfile, String tmpname, CancelableProgressable reporter)
           
static boolean HLogSplitter.splitLogFileToTemp(org.apache.hadoop.fs.Path rootDir, String tmpname, org.apache.hadoop.fs.FileStatus logfile, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, CancelableProgressable reporter)
          Splits a HLog file into a temporary staging area.
 



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