public class TestCoprocessorConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCoprocessorConfiguration.SystemCoprocessor |
static class |
TestCoprocessorConfiguration.TableCoprocessor |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.ExpectedException |
thrown |
| Constructor and Description |
|---|
TestCoprocessorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
testMasterCoprocessorHostDefaults() |
void |
testReadOnlyConfiguration()
Rough test that Coprocessor Environment is Read-Only.
|
void |
testRegionCoprocessorHostAllDisabled() |
void |
testRegionCoprocessorHostDefaults() |
void |
testRegionCoprocessorHostTableLoadingDisabled() |
void |
testRegionServerCoprocessorHostDefaults() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.ExpectedException thrown
public TestCoprocessorConfiguration()
public void testRegionCoprocessorHostDefaults() throws Exception
Exceptionpublic void testRegionServerCoprocessorHostDefaults() throws Exception
Exceptionpublic void testMasterCoprocessorHostDefaults() throws Exception
Exceptionpublic void testRegionCoprocessorHostAllDisabled() throws Exception
Exceptionpublic void testRegionCoprocessorHostTableLoadingDisabled() throws Exception
Exceptionpublic void testReadOnlyConfiguration() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.