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 TypeClassDescriptionclassThe 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.listenersMethods in org.apache.hadoop.hbase.errorhandling with parameters of type ForeignExceptionListenerModifier and TypeMethodDescriptionvoidForeignExceptionDispatcher.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