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