Uses of Interface
org.apache.hadoop.hbase.errorhandling.ForeignExceptionListener
Packages that use ForeignExceptionListener
-
Uses of ForeignExceptionListener in org.apache.hadoop.hbase.errorhandling
Classes in org.apache.hadoop.hbase.errorhandling that implement ForeignExceptionListenerModifier and TypeClassDescriptionclass
The dispatcher acts as the state holding entity for foreign error handling.Fields in org.apache.hadoop.hbase.errorhandling with type parameters of type ForeignExceptionListenerModifier and TypeFieldDescriptionprotected final List<ForeignExceptionListener>
ForeignExceptionDispatcher.listeners
Methods in org.apache.hadoop.hbase.errorhandling with parameters of type ForeignExceptionListenerModifier and TypeMethodDescriptionvoid
ForeignExceptionDispatcher.addListener
(ForeignExceptionListener errorable) Listen for failures to a given process.Constructors in org.apache.hadoop.hbase.errorhandling with parameters of type ForeignExceptionListenerModifierConstructorDescriptionTimeoutExceptionInjector
(ForeignExceptionListener listener, long maxTime) Create a generic timer for a task/process. -
Uses of ForeignExceptionListener in org.apache.hadoop.hbase.procedure
Classes in org.apache.hadoop.hbase.procedure that implement ForeignExceptionListener