Package org.apache.hadoop.hbase.ipc
Class TestNettyIPC
java.lang.Object
org.apache.hadoop.hbase.ipc.AbstractTestIPC
org.apache.hadoop.hbase.ipc.TestNettyIPC
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static org.apache.hbase.thirdparty.io.netty.channel.epoll.EpollEventLoopGroup
private static org.apache.hbase.thirdparty.io.netty.channel.nio.NioEventLoopGroup
Fields inherited from class org.apache.hadoop.hbase.ipc.AbstractTestIPC
CONF, rpcServerImpl, traceRule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.ipc.AbstractRpcClient<?>
createBadAuthRpcClient
(org.apache.hadoop.conf.Configuration conf) protected org.apache.hadoop.hbase.ipc.NettyRpcClient
createRpcClient
(org.apache.hadoop.conf.Configuration conf) protected org.apache.hadoop.hbase.ipc.NettyRpcClient
createRpcClientNoCodec
(org.apache.hadoop.conf.Configuration conf) protected org.apache.hadoop.hbase.ipc.NettyRpcClient
createRpcClientRTEDuringConnectionSetup
(org.apache.hadoop.conf.Configuration conf) private void
setConf
(org.apache.hadoop.conf.Configuration conf) static void
static void
Methods inherited from class org.apache.hadoop.hbase.ipc.AbstractTestIPC
createRpcServer, createTestFailingRpcServer, setUpBeforeTest, testAsyncEcho, testAsyncRemoteError, testAsyncTimeout, testBadPreambleHeader, testCompressCellBlock, testConnectionCloseWithOutstandingRPCs, testGetConnectionRegistry, testGetConnectionRegistryError, testNoCodec, testRemoteError, testRpcMaxRequestSize, testRpcScheduler, testRpcServerForNotNullRemoteAddressInCallObject, testRTEDuringConnectionSetup, testTimeout, testTracingErrorIpc, testTracingSuccessIpc
-
Field Details
-
CLASS_RULE
-
eventLoopType
-
NIO
-
EPOLL
-
-
Constructor Details
-
TestNettyIPC
public TestNettyIPC()
-
-
Method Details
-
getEventLoopTypes
-
parameters
-
setUpBeforeClass
-
tearDownAfterClass
-
setConf
-
createRpcClientNoCodec
protected org.apache.hadoop.hbase.ipc.NettyRpcClient createRpcClientNoCodec(org.apache.hadoop.conf.Configuration conf) - Specified by:
createRpcClientNoCodec
in classAbstractTestIPC
-
createRpcClient
protected org.apache.hadoop.hbase.ipc.NettyRpcClient createRpcClient(org.apache.hadoop.conf.Configuration conf) - Specified by:
createRpcClient
in classAbstractTestIPC
-
createRpcClientRTEDuringConnectionSetup
protected org.apache.hadoop.hbase.ipc.NettyRpcClient createRpcClientRTEDuringConnectionSetup(org.apache.hadoop.conf.Configuration conf) - Specified by:
createRpcClientRTEDuringConnectionSetup
in classAbstractTestIPC
-
createBadAuthRpcClient
protected org.apache.hadoop.hbase.ipc.AbstractRpcClient<?> createBadAuthRpcClient(org.apache.hadoop.conf.Configuration conf) - Specified by:
createBadAuthRpcClient
in classAbstractTestIPC
-