public class TestCoprocessorShortCircuitRPC extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestCoprocessorShortCircuitRPC.TestMasterCoprocessor |
static class |
TestCoprocessorShortCircuitRPC.TestRegionCoprocessor |
static class |
TestCoprocessorShortCircuitRPC.TestRegionServerCoprocessor |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static HBaseTestingUtility |
HTU |
org.junit.rules.TestName |
name |
Constructor and Description |
---|
TestCoprocessorShortCircuitRPC() |
Modifier and Type | Method and Description |
---|---|
static void |
afterClass() |
static void |
beforeClass()
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() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
private static final HBaseTestingUtility HTU
public TestCoprocessorShortCircuitRPC()
public static void beforeClass() throws Exception
Exception
public static void afterClass() throws Exception
Exception
private static void checkShared(org.apache.hadoop.hbase.client.Connection connection)
private static void checkShortCircuit(org.apache.hadoop.hbase.client.Connection connection)
public void test() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.