public class TestCoreRegionServerCoprocessor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCoreRegionServerCoprocessor.CoreRegionServerCoprocessor
Annotate with CoreCoprocessor.
|
static class |
TestCoreRegionServerCoprocessor.NotCoreRegionServerCoprocessor
No annotation with CoreCoprocessor.
|
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestCoreRegionServerCoprocessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
void |
testCoreRegionCoprocessor()
Assert that when a Coprocessor is annotated with CoreCoprocessor, then it is possible to
access a RegionServerServices instance.
|
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestCoreRegionServerCoprocessor()
public void before() throws IOException
IOExceptionpublic void after() throws IOException
IOExceptionpublic void testCoreRegionCoprocessor() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.