public class TestRegionInterrupt extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestRegionInterrupt.DelayingFilter |
static class |
TestRegionInterrupt.InterruptInterceptingHRegion |
static class |
TestRegionInterrupt.MutationDelayingCoprocessor |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) static byte[] |
FAMILY |
private static org.slf4j.Logger |
LOG |
TableNameTestRule |
name |
(package private) static long |
sleepTime |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestRegionInterrupt() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
void |
testCloseInterruptMutation() |
void |
testCloseInterruptScanning() |
public static final HBaseClassTestRule CLASS_RULE
private static HBaseTestingUtility TEST_UTIL
private static final org.slf4j.Logger LOG
static final byte[] FAMILY
static long sleepTime
public TableNameTestRule name
public TestRegionInterrupt()
public static void setUpBeforeClass() throws Exception
Exception
public void testCloseInterruptScanning() throws Exception
Exception
public void testCloseInterruptMutation() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.