Uses of Class
org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher
Packages that use ForeignExceptionDispatcher
Package
Description
-
Uses of ForeignExceptionDispatcher in org.apache.hadoop.hbase.backup.regionserver
Constructors in org.apache.hadoop.hbase.backup.regionserver with parameters of type ForeignExceptionDispatcherModifierConstructorDescriptionLogRollBackupSubprocedure
(RegionServerServices rss, ProcedureMember member, ForeignExceptionDispatcher errorListener, long wakeFrequency, long timeout, LogRollBackupSubprocedurePool taskManager, byte[] data) -
Uses of ForeignExceptionDispatcher in org.apache.hadoop.hbase.master.snapshot
Fields in org.apache.hadoop.hbase.master.snapshot declared as ForeignExceptionDispatcherModifier and TypeFieldDescriptionprotected final ForeignExceptionDispatcher
TakeSnapshotHandler.monitor
-
Uses of ForeignExceptionDispatcher in org.apache.hadoop.hbase.procedure
Fields in org.apache.hadoop.hbase.procedure declared as ForeignExceptionDispatcherModifier and TypeFieldDescriptionprivate final ForeignExceptionDispatcher
Procedure.monitor
monitor to check for errorsprotected final ForeignExceptionDispatcher
Subprocedure.monitor
monitor to check for errorsMethods in org.apache.hadoop.hbase.procedure that return ForeignExceptionDispatcherMethods in org.apache.hadoop.hbase.procedure with parameters of type ForeignExceptionDispatcherModifier and TypeMethodDescription(package private) Procedure
ProcedureCoordinator.createProcedure
(ForeignExceptionDispatcher fed, String procName, byte[] procArgs, List<String> expectedMembers) Exposed for hooking with unit tests.ProcedureCoordinator.startProcedure
(ForeignExceptionDispatcher fed, String procName, byte[] procArgs, List<String> expectedMembers) Kick off the named procedure Currently only one procedure with the same type and name is allowed to run at a time.Constructors in org.apache.hadoop.hbase.procedure with parameters of type ForeignExceptionDispatcherModifierConstructorDescriptionProcedure
(ProcedureCoordinator coord, ForeignExceptionDispatcher monitor, long wakeFreq, long timeout, String procName, byte[] args, List<String> expectedMembers) Creates a procedure.Subprocedure
(ProcedureMember member, String procName, ForeignExceptionDispatcher monitor, long wakeFrequency, long timeout) SubprocedureImpl
(ProcedureMember member, String opName, ForeignExceptionDispatcher monitor, long wakeFrequency, long timeout) -
Uses of ForeignExceptionDispatcher in org.apache.hadoop.hbase.procedure.flush
Constructors in org.apache.hadoop.hbase.procedure.flush with parameters of type ForeignExceptionDispatcherModifierConstructorDescriptionFlushTableSubprocedure
(ProcedureMember member, ForeignExceptionDispatcher errorListener, long wakeFrequency, long timeout, List<HRegion> regions, String table, List<String> families, RegionServerFlushTableProcedureManager.FlushTableSubprocedurePool taskManager) -
Uses of ForeignExceptionDispatcher in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as ForeignExceptionDispatcherModifier and TypeFieldDescriptionprivate ForeignExceptionDispatcher
SnapshotRegionCallable.monitor
-
Uses of ForeignExceptionDispatcher in org.apache.hadoop.hbase.regionserver.snapshot
Fields in org.apache.hadoop.hbase.regionserver.snapshot declared as ForeignExceptionDispatcherModifier and TypeFieldDescriptionprivate ForeignExceptionDispatcher
FlushSnapshotSubprocedure.RegionSnapshotTask.monitor
Constructors in org.apache.hadoop.hbase.regionserver.snapshot with parameters of type ForeignExceptionDispatcherModifierConstructorDescriptionFlushSnapshotSubprocedure
(ProcedureMember member, ForeignExceptionDispatcher errorListener, long wakeFrequency, long timeout, List<HRegion> regions, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshot, RegionServerSnapshotManager.SnapshotSubprocedurePool taskManager) RegionSnapshotTask
(HRegion region, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshotDesc, boolean skipFlush, ForeignExceptionDispatcher monitor) -
Uses of ForeignExceptionDispatcher in org.apache.hadoop.hbase.snapshot
Fields in org.apache.hadoop.hbase.snapshot declared as ForeignExceptionDispatcherModifier and TypeFieldDescriptionprivate final ForeignExceptionDispatcher
RestoreSnapshotHelper.monitor
Constructors in org.apache.hadoop.hbase.snapshot with parameters of type ForeignExceptionDispatcherModifierConstructorDescriptionRestoreSnapshotHelper
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, SnapshotManifest manifest, TableDescriptor tableDescriptor, org.apache.hadoop.fs.Path rootDir, ForeignExceptionDispatcher monitor, MonitoredTask status) RestoreSnapshotHelper
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, SnapshotManifest manifest, TableDescriptor tableDescriptor, org.apache.hadoop.fs.Path rootDir, ForeignExceptionDispatcher monitor, MonitoredTask status, boolean createBackRefs)