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| 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, testTimeoutpublic 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 AbstractTestIPCIOExceptionprotected org.apache.hadoop.hbase.ipc.BlockingRpcClient createRpcClientNoCodec(org.apache.hadoop.conf.Configuration conf)
createRpcClientNoCodec in class AbstractTestIPCprotected org.apache.hadoop.hbase.ipc.BlockingRpcClient createRpcClient(org.apache.hadoop.conf.Configuration conf)
createRpcClient in class AbstractTestIPCprotected org.apache.hadoop.hbase.ipc.BlockingRpcClient createRpcClientRTEDuringConnectionSetup(org.apache.hadoop.conf.Configuration conf) throws IOException
createRpcClientRTEDuringConnectionSetup in class AbstractTestIPCIOExceptionprotected 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 AbstractTestIPCIOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.