public class TestForeignExceptionDispatcher extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) org.apache.hadoop.hbase.errorhandling.ForeignException |
EXTEXN
Exception thrown from the test
|
(package private) org.apache.hadoop.hbase.errorhandling.ForeignException |
EXTEXN2 |
private static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
TestForeignExceptionDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAttemptTimer()
Test that the dispatcher can receive an error via the timer mechanism.
|
void |
testErrorPropagation()
Tests that a dispatcher only dispatches only the first exception, and does not propagate
subsequent exceptions.
|
void |
testSingleDispatcherWithTimer() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
final org.apache.hadoop.hbase.errorhandling.ForeignException EXTEXN
final org.apache.hadoop.hbase.errorhandling.ForeignException EXTEXN2
public TestForeignExceptionDispatcher()
public void testErrorPropagation()
public void testSingleDispatcherWithTimer()
public void testAttemptTimer()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.