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
Exceptionpublic void testLoadSystemCoprocessorWithPathDoesNotExist() throws Exception
Exceptionpublic void testLoadSystemCoprocessorWithPathDoesNotExistAndPriority() throws Exception
Exceptionprivate File buildCoprocessorJar(String className) throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.