Class TestCoprocessorInterface
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface
@Tag("org.apache.hadoop.hbase.testclassification.CoprocessorTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestCoprocessorInterface
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String(package private) static final org.apache.hadoop.fs.Pathprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.conf.Configuration(package private) org.apache.hadoop.hbase.regionserver.HRegioninitHRegion(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.HRegionreopenRegion(org.apache.hadoop.hbase.regionserver.HRegion closedRegion, Class<?>... implClasses) voidsetUp(org.junit.jupiter.api.TestInfo testInfo) voidvoid
-
Field Details
-
currentTestName
-
TEST_UTIL
-
DIR
-
-
Constructor Details
-
TestCoprocessorInterface
public TestCoprocessorInterface()
-
-
Method Details
-
setUp
-
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
-