public class TestBlockingIPC extends AbstractTestIPC
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
CONF| Constructor and Description |
|---|
TestBlockingIPC() |
| Modifier and Type | Method and Description |
|---|---|
protected BlockingRpcClient |
createRpcClient(org.apache.hadoop.conf.Configuration conf) |
protected BlockingRpcClient |
createRpcClientNoCodec(org.apache.hadoop.conf.Configuration conf) |
protected BlockingRpcClient |
createRpcClientRTEDuringConnectionSetup(org.apache.hadoop.conf.Configuration conf) |
protected RpcServer |
createRpcServer(Server server,
String name,
List<RpcServer.BlockingServiceAndInterface> services,
InetSocketAddress bindAddress,
org.apache.hadoop.conf.Configuration conf,
RpcScheduler scheduler) |
protected RpcServer |
createTestFailingRpcServer(Server server,
String name,
List<RpcServer.BlockingServiceAndInterface> services,
InetSocketAddress bindAddress,
org.apache.hadoop.conf.Configuration conf,
RpcScheduler scheduler) |
testAsyncEcho, testAsyncRemoteError, testAsyncTimeout, testCompressCellBlock, testConnectionCloseWithOutstandingRPCs, testNoCodec, testRemoteError, testRpcMaxRequestSize, testRpcScheduler, testRpcServerForNotNullRemoteAddressInCallObject, testRTEDuringConnectionSetup, testTimeoutpublic static final HBaseClassTestRule CLASS_RULE
public TestBlockingIPC()
protected RpcServer createRpcServer(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler) throws IOException
createRpcServer in class AbstractTestIPCIOExceptionprotected BlockingRpcClient createRpcClientNoCodec(org.apache.hadoop.conf.Configuration conf)
createRpcClientNoCodec in class AbstractTestIPCprotected BlockingRpcClient createRpcClient(org.apache.hadoop.conf.Configuration conf)
createRpcClient in class AbstractTestIPCprotected BlockingRpcClient createRpcClientRTEDuringConnectionSetup(org.apache.hadoop.conf.Configuration conf) throws IOException
createRpcClientRTEDuringConnectionSetup in class AbstractTestIPCIOExceptionprotected RpcServer createTestFailingRpcServer(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler) throws IOException
createTestFailingRpcServer in class AbstractTestIPCIOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.