public class TestRemoteProcedureDispatcherUncaughtExceptionHandler extends Object
Thread.UncaughtExceptionHandler
will be called when there are unchecked exceptions
thrown in the task.
See HBASE-21875 and HBASE-21890 for more details.Modifier and Type | Class and Description |
---|---|
private static class |
TestRemoteProcedureDispatcherUncaughtExceptionHandler.Dispatcher |
private static class |
TestRemoteProcedureDispatcherUncaughtExceptionHandler.ExceptionHandler |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private TestRemoteProcedureDispatcherUncaughtExceptionHandler.Dispatcher |
dispatcher |
private TestRemoteProcedureDispatcherUncaughtExceptionHandler.ExceptionHandler |
handler |
org.junit.rules.ExpectedException |
thrown |
private static HBaseCommonTestingUtility |
UTIL |
Constructor and Description |
---|
TestRemoteProcedureDispatcherUncaughtExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testDelayedSubmit() |
void |
testSubmit() |
private static HBaseCommonTestingUtility UTIL
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.ExpectedException thrown
private TestRemoteProcedureDispatcherUncaughtExceptionHandler.Dispatcher dispatcher
public TestRemoteProcedureDispatcherUncaughtExceptionHandler()
public void setUp()
public void tearDown()
public void testSubmit() throws Throwable
Throwable
public void testDelayedSubmit() throws Throwable
Throwable
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.