Uses of Class
org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher

Packages that use ForeignExceptionDispatcher
org.apache.hadoop.hbase.master.snapshot   
org.apache.hadoop.hbase.procedure   
org.apache.hadoop.hbase.regionserver.snapshot   
org.apache.hadoop.hbase.snapshot   
 

Uses of ForeignExceptionDispatcher in org.apache.hadoop.hbase.master.snapshot
 

Fields in org.apache.hadoop.hbase.master.snapshot declared as ForeignExceptionDispatcher
protected  ForeignExceptionDispatcher TakeSnapshotHandler.monitor
           
 

Uses of ForeignExceptionDispatcher in org.apache.hadoop.hbase.procedure
 

Fields in org.apache.hadoop.hbase.procedure declared as ForeignExceptionDispatcher
protected  ForeignExceptionDispatcher Subprocedure.monitor
          monitor to check for errors
 

Methods in org.apache.hadoop.hbase.procedure that return ForeignExceptionDispatcher
 ForeignExceptionDispatcher Procedure.getErrorMonitor()
          Get the ForeignExceptionDispatcher
 

Methods in org.apache.hadoop.hbase.procedure with parameters of type ForeignExceptionDispatcher
 Procedure ProcedureCoordinator.startProcedure(ForeignExceptionDispatcher fed, String procName, byte[] procArgs, List<String> expectedMembers)
          Kick off the named procedure
 

Constructors in org.apache.hadoop.hbase.procedure with parameters of type ForeignExceptionDispatcher
Procedure(ProcedureCoordinator coord, ForeignExceptionDispatcher monitor, long wakeFreq, long timeout, String procName, byte[] args, List<String> expectedMembers)
          Creates a procedure.
Subprocedure.SubprocedureImpl(ProcedureMember member, String opName, ForeignExceptionDispatcher monitor, long wakeFrequency, long timeout)
           
Subprocedure(ProcedureMember member, String procName, ForeignExceptionDispatcher monitor, long wakeFrequency, long timeout)
           
 

Uses of ForeignExceptionDispatcher in org.apache.hadoop.hbase.regionserver.snapshot
 

Constructors in org.apache.hadoop.hbase.regionserver.snapshot with parameters of type ForeignExceptionDispatcher
FlushSnapshotSubprocedure(ProcedureMember member, ForeignExceptionDispatcher errorListener, long wakeFrequency, long timeout, List<HRegion> regions, HBaseProtos.SnapshotDescription snapshot, org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager.SnapshotSubprocedurePool taskManager)
           
 

Uses of ForeignExceptionDispatcher in org.apache.hadoop.hbase.snapshot
 

Fields in org.apache.hadoop.hbase.snapshot declared as ForeignExceptionDispatcher
protected  ForeignExceptionDispatcher SnapshotTask.errorMonitor
           
 

Constructors in org.apache.hadoop.hbase.snapshot with parameters of type ForeignExceptionDispatcher
CopyRecoveredEditsTask(HBaseProtos.SnapshotDescription snapshot, ForeignExceptionDispatcher monitor, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path regionDir, org.apache.hadoop.fs.Path snapshotRegionDir)
           
ReferenceRegionHFilesTask(HBaseProtos.SnapshotDescription snapshot, ForeignExceptionDispatcher monitor, org.apache.hadoop.fs.Path regionDir, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path regionSnapshotDir)
          Reference all the files in the given region directory
ReferenceServerWALsTask(HBaseProtos.SnapshotDescription snapshot, ForeignExceptionDispatcher failureListener, org.apache.hadoop.fs.Path logDir, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs)
           
RestoreSnapshotHelper(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, HBaseProtos.SnapshotDescription snapshotDescription, org.apache.hadoop.fs.Path snapshotDir, HTableDescriptor tableDescriptor, org.apache.hadoop.fs.Path tableDir, ForeignExceptionDispatcher monitor, MonitoredTask status)
           
SnapshotTask(HBaseProtos.SnapshotDescription snapshot, ForeignExceptionDispatcher monitor)
           
TableInfoCopyTask(ForeignExceptionDispatcher monitor, HBaseProtos.SnapshotDescription snapshot, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootDir)
          Copy the table info for the given table into the snapshot
 



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