public class TestCoprocessorInterface extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | TestCoprocessorInterface.CoprocessorII | 
| static class  | TestCoprocessorInterface.CoprocessorImpl | 
| private static class  | TestCoprocessorInterface.CustomScanner | 
| Modifier and Type | Field and Description | 
|---|---|
| static HBaseClassTestRule | CLASS_RULE | 
| (package private) static org.apache.hadoop.fs.Path | DIR | 
| private static org.slf4j.Logger | LOG | 
| org.junit.rules.TestName | name | 
| private static HBaseTestingUtility | TEST_UTIL | 
| Constructor and Description | 
|---|
| TestCoprocessorInterface() | 
| Modifier and Type | Method and Description | 
|---|---|
| private org.apache.hadoop.conf.Configuration | initConfig() | 
| (package private) org.apache.hadoop.hbase.regionserver.HRegion | initHRegion(org.apache.hadoop.hbase.TableName tableName,
           String callingMethod,
           org.apache.hadoop.conf.Configuration conf,
           Class<?>[] implClasses,
           byte[][] families) | 
| (package private) org.apache.hadoop.hbase.regionserver.HRegion | reopenRegion(org.apache.hadoop.hbase.regionserver.HRegion closedRegion,
            Class<?>... implClasses) | 
| void | testCoprocessorInterface() | 
| void | testSharedData() | 
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
static final org.apache.hadoop.fs.Path DIR
public TestCoprocessorInterface()
public void testSharedData() throws IOException
IOExceptionpublic void testCoprocessorInterface() throws IOException
IOExceptionorg.apache.hadoop.hbase.regionserver.HRegion reopenRegion(org.apache.hadoop.hbase.regionserver.HRegion closedRegion, Class<?>... implClasses) throws IOException
IOExceptionorg.apache.hadoop.hbase.regionserver.HRegion initHRegion(org.apache.hadoop.hbase.TableName tableName, String callingMethod, org.apache.hadoop.conf.Configuration conf, Class<?>[] implClasses, byte[][] families) throws IOException
IOExceptionprivate org.apache.hadoop.conf.Configuration initConfig()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.