public class TestRegionObserverBypass extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestRegionObserverBypass.TestCoprocessor |
static class |
TestRegionObserverBypass.TestCoprocessor2
Calls through to TestCoprocessor.
|
static class |
TestRegionObserverBypass.TestCoprocessor3
Calls through to TestCoprocessor.
|
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestRegionObserverBypass() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testBypassAlsoCompletes()
Test that when bypass is called, we skip out calling any other coprocessors stacked up method,
in this case, a prePut.
|
void |
testMulti()
Test various multiput operations.
|
void |
testSimple()
do a single put that is bypassed by a RegionObserver
|
public static final HBaseClassTestRule CLASS_RULE
public TestRegionObserverBypass()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testSimple() throws Exception
Exceptionpublic void testMulti() throws Exception
Exceptionpublic void testBypassAlsoCompletes() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.