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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final HBaseTestingUtilityorg.junit.rules.TestName
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidstatic voidStart up a mini cluster with my three CPs loaded.private static voidcheckShared(org.apache.hadoop.hbase.client.Connection connection) private static voidcheckShortCircuit(org.apache.hadoop.hbase.client.Connection connection) voidtest()
- 
Field Details- 
CLASS_RULE
- 
name
- 
HTU
 
- 
- 
Constructor Details- 
TestCoprocessorShortCircuitRPCpublic TestCoprocessorShortCircuitRPC()
 
- 
- 
Method Details- 
beforeClassStart up a mini cluster with my three CPs loaded.- Throws:
- Exception
 
- 
afterClass- Throws:
- Exception
 
- 
checkShortCircuit
- 
test- Throws:
- IOException
 
 
-