public class TestAsyncIPC extends AbstractTestIPC
| Constructor and Description |
|---|
TestAsyncIPC(boolean useNativeTransport,
boolean useGlobalEventLoopGroup) |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncRpcClient |
createRpcClient(Configuration conf) |
protected AsyncRpcClient |
createRpcClientNoCodec(Configuration conf) |
protected AsyncRpcClient |
createRpcClientRTEDuringConnectionSetup(Configuration conf) |
static void |
main(String[] args) |
static Collection<Object[]> |
parameters() |
void |
testAsyncConnectionSetup() |
void |
testRTEDuringAsyncConnectionSetup() |
testCompressCellBlock, testNoCodec, testRpcScheduler, testRTEDuringConnectionSetuppublic TestAsyncIPC(boolean useNativeTransport,
boolean useGlobalEventLoopGroup)
public static Collection<Object[]> parameters()
protected AsyncRpcClient createRpcClientNoCodec(Configuration conf)
createRpcClientNoCodec in class AbstractTestIPCprotected AsyncRpcClient createRpcClient(Configuration conf)
createRpcClient in class AbstractTestIPCprotected AsyncRpcClient createRpcClientRTEDuringConnectionSetup(Configuration conf)
createRpcClientRTEDuringConnectionSetup in class AbstractTestIPCpublic void testRTEDuringAsyncConnectionSetup()
throws Exception
Exceptionpublic static void main(String[] args) throws IOException, SecurityException, NoSuchMethodException, InterruptedException