public class TestCoprocessorHost extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
TestCoprocessorHost.CoprocessorHostForTest<E extends org.apache.hadoop.hbase.Coprocessor> |
static class |
TestCoprocessorHost.SimpleRegionObserverV2 |
static class |
TestCoprocessorHost.SimpleRegionObserverV3 |
private static class |
TestCoprocessorHost.TestAbortable
An
Abortable implementation for tests. |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static HBaseCommonTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestCoprocessorHost() |
Modifier and Type | Method and Description |
---|---|
private File |
buildCoprocessorJar(String className) |
void |
testDoubleLoadingAndPriorityValue() |
void |
testLoadSystemCoprocessorWithPath() |
void |
testLoadSystemCoprocessorWithPathDoesNotExist() |
void |
testLoadSystemCoprocessorWithPathDoesNotExistAndPriority() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseCommonTestingUtility TEST_UTIL
public TestCoprocessorHost()
public void testDoubleLoadingAndPriorityValue()
public void testLoadSystemCoprocessorWithPath() throws Exception
Exception
public void testLoadSystemCoprocessorWithPathDoesNotExist() throws Exception
Exception
public void testLoadSystemCoprocessorWithPathDoesNotExistAndPriority() throws Exception
Exception
private File buildCoprocessorJar(String className) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.