public class TestRegionObserverBypass
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestRegionObserverBypass.TestCoprocessor |
| Constructor and Description |
|---|
TestRegionObserverBypass() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testMulti()
Test various multiput operations.
|
void |
testSimple()
do a single put that is bypassed by a RegionObserver
|
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void testSimple()
throws java.lang.Exception
java.lang.Exceptionpublic void testMulti()
throws java.lang.Exception
java.lang.Exception