Class TestCoprocessorShortCircuitRPC
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC
Ensure Coprocessors get ShortCircuit Connections 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 HBaseTestingUtility
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) private static void
checkShortCircuit
(org.apache.hadoop.hbase.client.Connection connection) void
test()
-
Field Details
-
CLASS_RULE
-
name
-
HTU
-
-
Constructor Details
-
TestCoprocessorShortCircuitRPC
public TestCoprocessorShortCircuitRPC()
-
-
Method Details
-
beforeClass
Start up a mini cluster with my three CPs loaded.- Throws:
Exception
-
afterClass
- Throws:
Exception
-
checkShortCircuit
-
test
- Throws:
IOException
-