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

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

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.
 

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

Methods in org.apache.hadoop.hbase.snapshot with parameters of type ForeignExceptionListener
static TimeoutExceptionInjector TakeSnapshotUtils.getMasterTimerAndBindToMonitor(HBaseProtos.SnapshotDescription snapshot, org.apache.hadoop.conf.Configuration conf, ForeignExceptionListener monitor)
          Create a snapshot timer for the master which notifies the monitor when an error occurs
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.