Package org.apache.hadoop.hbase.ipc
Class TestNettyRpcServer
java.lang.Object
org.apache.hadoop.hbase.ipc.TestNettyRpcServer
- Direct Known Subclasses:
TestSecureNettyRpcServer
@Tag("org.apache.hadoop.hbase.testclassification.RPCTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestNettyRpcServer
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprivate static final Stringprivate static final byte[]protected static final org.apache.hadoop.hbase.util.LoadTestKVGeneratorprivate static final intprivate static final intprivate static final intprivate static final byte[]protected org.apache.hadoop.hbase.TableNameprotected static HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoTest(org.apache.hadoop.hbase.TableName tableName) static Stream<org.junit.jupiter.params.provider.Arguments>voidsetup()voidsetUpTable(org.junit.jupiter.api.TestInfo testInfo) voidtearDown()voidvoid
-
Field Details
-
FAMILY
-
QUALIFIER
-
NUM_ROWS
- See Also:
-
MIN_LEN
- See Also:
-
MAX_LEN
- See Also:
-
GENERATOR
-
TEST_UTIL
-
tableName
-
allocatorType
-
CERTIFICATE
- See Also:
-
-
Constructor Details
-
TestNettyRpcServer
-
-
Method Details
-
parameters
-
setUpTable
-
setup
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testNettyRpcServer
- Throws:
Exception
-
doTest
- Throws:
Exception
-
testHandshakeCompleteHandler
@TestTemplate public void testHandshakeCompleteHandler() throws SSLPeerUnverifiedException, CertificateException
-