Class TestCoprocessorSharedConnection
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestCoprocessorSharedConnection
Ensure Coprocessors get ShardConnections when they get a Connection from their
CoprocessorEnvironment.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final HBaseTestingUtil
org.junit.rules.TestName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
Start up a mini cluster with my three CPs loaded.private static void
checkShared
(org.apache.hadoop.hbase.client.Connection connection) void
test()
-
Field Details
-
CLASS_RULE
-
name
-
HTU
-
-
Constructor Details
-
TestCoprocessorSharedConnection
public TestCoprocessorSharedConnection()
-
-
Method Details
-
beforeClass
Start up a mini cluster with my three CPs loaded.- Throws:
Exception
-
afterClass
- Throws:
Exception
-
test
- Throws:
IOException
-