public class TestBlockingIPC extends AbstractTestIPC
Modifier and Type | Class and Description |
---|---|
private static class |
TestBlockingIPC.TestFailingRpcServer |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
CONF, traceRule
Constructor and Description |
---|
TestBlockingIPC() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.hadoop.hbase.ipc.BlockingRpcClient |
createRpcClient(org.apache.hadoop.conf.Configuration conf) |
protected org.apache.hadoop.hbase.ipc.BlockingRpcClient |
createRpcClientNoCodec(org.apache.hadoop.conf.Configuration conf) |
protected org.apache.hadoop.hbase.ipc.BlockingRpcClient |
createRpcClientRTEDuringConnectionSetup(org.apache.hadoop.conf.Configuration conf) |
protected org.apache.hadoop.hbase.ipc.RpcServer |
createRpcServer(org.apache.hadoop.hbase.Server server,
String name,
List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services,
InetSocketAddress bindAddress,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.ipc.RpcScheduler scheduler) |
protected org.apache.hadoop.hbase.ipc.RpcServer |
createTestFailingRpcServer(org.apache.hadoop.hbase.Server server,
String name,
List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services,
InetSocketAddress bindAddress,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.ipc.RpcScheduler scheduler) |
testAsyncEcho, testAsyncRemoteError, testAsyncTimeout, testCompressCellBlock, testConnectionCloseWithOutstandingRPCs, testNoCodec, testRemoteError, testRpcMaxRequestSize, testRpcScheduler, testRpcServerForNotNullRemoteAddressInCallObject, testRTEDuringConnectionSetup, testTimeout, testTracingErrorIpc, testTracingSuccessIpc
public static final HBaseClassTestRule CLASS_RULE
public TestBlockingIPC()
protected org.apache.hadoop.hbase.ipc.RpcServer createRpcServer(org.apache.hadoop.hbase.Server server, String name, List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.RpcScheduler scheduler) throws IOException
createRpcServer
in class AbstractTestIPC
IOException
protected org.apache.hadoop.hbase.ipc.BlockingRpcClient createRpcClientNoCodec(org.apache.hadoop.conf.Configuration conf)
createRpcClientNoCodec
in class AbstractTestIPC
protected org.apache.hadoop.hbase.ipc.BlockingRpcClient createRpcClient(org.apache.hadoop.conf.Configuration conf)
createRpcClient
in class AbstractTestIPC
protected org.apache.hadoop.hbase.ipc.BlockingRpcClient createRpcClientRTEDuringConnectionSetup(org.apache.hadoop.conf.Configuration conf) throws IOException
createRpcClientRTEDuringConnectionSetup
in class AbstractTestIPC
IOException
protected org.apache.hadoop.hbase.ipc.RpcServer createTestFailingRpcServer(org.apache.hadoop.hbase.Server server, String name, List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.RpcScheduler scheduler) throws IOException
createTestFailingRpcServer
in class AbstractTestIPC
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.