public class TestNettyRpcServer extends Object
Modifier and Type | Field and Description |
---|---|
String |
allocatorType |
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 |
---|
TestNettyRpcServer() |
Modifier and Type | Method and Description |
---|---|
protected void |
doTest(org.apache.hadoop.hbase.TableName tableName) |
static Collection<Object[]> |
parameters() |
void |
setup() |
void |
tearDown() |
void |
testNettyRpcServer() |
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 String allocatorType
public TestNettyRpcServer()
public static Collection<Object[]> parameters()
public void testNettyRpcServer() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.