public class TestRegionObserverInterface extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestRegionObserverInterface.EvenOnlyCompactor |
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
A |
static byte[] |
B |
static byte[] |
C |
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
static byte[] |
ROW |
static TableName |
TEST_TABLE |
| Constructor and Description |
|---|
TestRegionObserverInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
bulkLoadHFileTest() |
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testAppendHook() |
void |
testCheckAndDeleteHooks() |
void |
testCheckAndPutHooks() |
void |
testCompactionOverride()
Tests overriding compaction handling via coprocessor hooks
|
void |
testHBASE14489() |
void |
testHBase3583() |
void |
testHBase3758() |
void |
testIncrementHook() |
void |
testPreWALRestoreSkip() |
void |
testRecovery() |
void |
testRegionObserver() |
void |
testRowMutation() |
public static final HBaseClassTestRule CLASS_RULE
public static final TableName TEST_TABLE
public static final byte[] A
public static final byte[] B
public static final byte[] C
public static final byte[] ROW
public org.junit.rules.TestName name
public TestRegionObserverInterface()
public static void setupBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testRegionObserver() throws IOException
IOExceptionpublic void testRowMutation() throws IOException
IOExceptionpublic void testIncrementHook() throws IOException
IOExceptionpublic void testCheckAndPutHooks() throws IOException
IOExceptionpublic void testCheckAndDeleteHooks() throws IOException
IOExceptionpublic void testAppendHook() throws IOException
IOExceptionpublic void testHBase3583() throws IOException
IOExceptionpublic void testHBASE14489() throws IOException
IOExceptionpublic void testHBase3758() throws IOException
IOExceptionpublic void testCompactionOverride() throws Exception
Exceptionpublic void bulkLoadHFileTest() throws Exception
Exceptionpublic void testRecovery() throws Exception
Exceptionpublic void testPreWALRestoreSkip() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.