public class TestSimpleRpcServer extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
protected static LoadTestKVGenerator |
GENERATOR |
private static int |
MAX_LEN |
private static int |
MIN_LEN |
TableNameTestRule |
name |
private static int |
NUM_ROWS |
private static byte[] |
QUALIFIER |
protected static HBaseTestingUtility |
TEST_UTIL |
| Constructor and Description |
|---|
TestSimpleRpcServer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doTest(org.apache.hadoop.hbase.TableName tableName) |
static void |
setupClass() |
static void |
tearDownClass() |
void |
testSimpleRpcServer() |
public static final HBaseClassTestRule CLASS_RULE
private static final byte[] FAMILY
private static final byte[] QUALIFIER
private static final int NUM_ROWS
private static final int MIN_LEN
private static final int MAX_LEN
protected static final LoadTestKVGenerator GENERATOR
protected static HBaseTestingUtility TEST_UTIL
public TableNameTestRule name
public TestSimpleRpcServer()
public static void setupClass() throws Exception
Exceptionpublic static void tearDownClass() throws Exception
Exceptionpublic void testSimpleRpcServer() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.