Class TestRegionInterrupt
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestRegionInterrupt
@Tag("org.apache.hadoop.hbase.testclassification.RegionServerTests") @Tag("org.apache.hadoop.hbase.testclassification.LargeTests")
public class TestRegionInterrupt
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final byte[]private static final org.slf4j.Logger(package private) static longprivate static HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()static voidvoidtearDown()voidtestCloseInterruptMutation(org.junit.jupiter.api.TestInfo testInfo) voidtestCloseInterruptScanning(org.junit.jupiter.api.TestInfo testInfo)
-
Field Details
-
TEST_UTIL
-
LOG
-
FAMILY
-
sleepTime
-
-
Constructor Details
-
TestRegionInterrupt
public TestRegionInterrupt()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testCloseInterruptScanning
@Test public void testCloseInterruptScanning(org.junit.jupiter.api.TestInfo testInfo) throws Exception - Throws:
Exception
-
testCloseInterruptMutation
@Test public void testCloseInterruptMutation(org.junit.jupiter.api.TestInfo testInfo) throws Exception - Throws:
Exception
-