Package | Description |
---|---|
org.apache.hadoop.hbase.errorhandling | |
org.apache.hadoop.hbase.procedure |
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.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.