Uses of Interface
org.apache.hadoop.hbase.errorhandling.ForeignExceptionListener

Packages that use org.apache.hadoop.hbase.errorhandling.ForeignExceptionListener
Package
Description
 
  • 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 in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher
    The 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 in
    Modifier and Type
    Field
    Description
    protected final List<org.apache.hadoop.hbase.errorhandling.ForeignExceptionListener>
    ForeignExceptionDispatcher.listeners
     
    Methods in org.apache.hadoop.hbase.errorhandling with parameters of type org.apache.hadoop.hbase.errorhandling.ForeignExceptionListener in in
    Modifier and Type
    Method
    Description
    void
    ForeignExceptionDispatcher.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 in
    Modifier
    Constructor
    Description
     
    TimeoutExceptionInjector(org.apache.hadoop.hbase.errorhandling.ForeignExceptionListener listener, long maxTime)
    Create a generic timer for a task/process.