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, testRTEDuringConnectionSetup
public TestAsyncIPC(boolean useNativeTransport, boolean useGlobalEventLoopGroup)
public static Collection<Object[]> parameters()
protected AsyncRpcClient createRpcClientNoCodec(Configuration conf)
createRpcClientNoCodec
in class AbstractTestIPC
protected AsyncRpcClient createRpcClient(Configuration conf)
createRpcClient
in class AbstractTestIPC
protected AsyncRpcClient createRpcClientRTEDuringConnectionSetup(Configuration conf)
createRpcClientRTEDuringConnectionSetup
in class AbstractTestIPC
public void testRTEDuringAsyncConnectionSetup() throws Exception
Exception
public static void main(String[] args) throws IOException, SecurityException, NoSuchMethodException, InterruptedException