Class TestCoprocessorInterface
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
private static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
(package private) static final org.apache.hadoop.fs.Path
org.junit.rules.TestName
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.conf.Configuration
(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
void
-
Field Details
-
CLASS_RULE
-
name
-
TEST_UTIL
-
DIR
-
-
Constructor Details
-
TestCoprocessorInterface
public TestCoprocessorInterface()
-
-
Method Details
-
testCoprocessorInterface
- Throws:
IOException
-
reopenRegion
org.apache.hadoop.hbase.regionserver.HRegion reopenRegion(org.apache.hadoop.hbase.regionserver.HRegion closedRegion, Class<?>... implClasses) throws IOException - Throws:
IOException
-
initHRegion
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) throws IOException - Throws:
IOException
-
initConfig