public class TestRegionServerAbortTimeout extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestRegionServerAbortTimeout.SleepWhenCloseCoprocessor |
(package private) static class |
TestRegionServerAbortTimeout.TestAbortTimeoutTask |
Modifier and Type | Field and Description |
---|---|
private static boolean |
abortTimeoutTaskScheduled |
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
CQ |
private static org.slf4j.Logger |
LOG |
private static int |
REGIONS_NUM |
private static int |
SLEEP_TIME_WHEN_CLOSE_REGION |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestRegionServerAbortTimeout() |
Modifier and Type | Method and Description |
---|---|
static void |
setUp() |
static void |
tearDown() |
void |
testAbortTimeout() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility UTIL
private static org.apache.hadoop.hbase.TableName TABLE_NAME
private static byte[] CF
private static byte[] CQ
private static final int REGIONS_NUM
private static final int SLEEP_TIME_WHEN_CLOSE_REGION
private static volatile boolean abortTimeoutTaskScheduled
public TestRegionServerAbortTimeout()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.