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

Packages that use ForeignExceptionListener
org.apache.hadoop.hbase.errorhandling   
org.apache.hadoop.hbase.procedure   
 

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

Classes in org.apache.hadoop.hbase.errorhandling that implement ForeignExceptionListener
 class 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 ForeignExceptionListener
protected  List<ForeignExceptionListener> ForeignExceptionDispatcher.listeners
           
 

Methods in org.apache.hadoop.hbase.errorhandling with parameters of type ForeignExceptionListener
 void ForeignExceptionDispatcher.addListener(ForeignExceptionListener errorable)
          Listen for failures to a given process.
 

Constructors in org.apache.hadoop.hbase.errorhandling with parameters of type ForeignExceptionListener
TimeoutExceptionInjector(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
 class Procedure
          A globally-barriered distributed procedure.
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.