Package | Description |
---|---|
org.apache.hadoop.hbase.errorhandling | |
org.apache.hadoop.hbase.procedure | |
org.apache.hadoop.hbase.snapshot |
Modifier and Type | Class and Description |
---|---|
class |
ForeignExceptionDispatcher
The dispatcher acts as the state holding entity for foreign error handling.
|
Modifier and Type | Field and Description |
---|---|
protected List<ForeignExceptionListener> |
ForeignExceptionDispatcher.listeners |
Modifier and Type | Method and Description |
---|---|
void |
ForeignExceptionDispatcher.addListener(ForeignExceptionListener errorable)
Listen for failures to a given process.
|
Constructor and Description |
---|
TimeoutExceptionInjector(ForeignExceptionListener listener,
long maxTime)
Create a generic timer for a task/process.
|
Modifier and Type | Class and Description |
---|---|
class |
Procedure
A globally-barriered distributed procedure.
|
Modifier and Type | Method and Description |
---|---|
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.