Package org.apache.hadoop.hbase.errorhandling


package org.apache.hadoop.hbase.errorhandling
  • Class
    Description
    org.apache.hadoop.hbase.errorhandling.ForeignException
    A ForeignException is an exception from another thread or process.
    org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher
    The dispatcher acts as the state holding entity for foreign error handling.
    org.apache.hadoop.hbase.errorhandling.ForeignExceptionListener
    The ForeignExceptionListener is an interface for objects that can receive a ForeignException.
    org.apache.hadoop.hbase.errorhandling.ForeignExceptionSnare
    This is an interface for a cooperative exception throwing mechanism.
    org.apache.hadoop.hbase.errorhandling.TimeoutException
    Exception for timeout of a task.
    org.apache.hadoop.hbase.errorhandling.TimeoutExceptionInjector
    Time a given process/operation and report a failure if the elapsed time exceeds the max allowed time.