public class TestRegionObserverForAddingMutationsFromCoprocessors extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteCellCoprocessor |
static class |
TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteFamilyCoprocessor |
static class |
TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteRowCoprocessor |
static class |
TestRegionObserverForAddingMutationsFromCoprocessors.TestMultiMutationCoprocessor |
static class |
TestRegionObserverForAddingMutationsFromCoprocessors.TestWALObserver |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestRegionObserverForAddingMutationsFromCoprocessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testCPMutationsAreWrittenToWALEdit()
Tests that added mutations from coprocessors end up in the WAL.
|
void |
testDeleteCell() |
void |
testDeleteFamily() |
void |
testDeleteRow() |
void |
testMulti()
Test various multiput operations.
|
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestRegionObserverForAddingMutationsFromCoprocessors()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testMulti() throws Exception
Exceptionpublic void testCPMutationsAreWrittenToWALEdit() throws Exception
Exceptionpublic void testDeleteCell() throws Exception
Exceptionpublic void testDeleteFamily() throws Exception
Exceptionpublic void testDeleteRow() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.