public class TestDelayedRpc extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestDelayedRpc.TestDelayedImplementation |
static class |
TestDelayedRpc.TestThread |
Modifier and Type | Field and Description |
---|---|
static int |
DELAYED |
static RpcServerInterface |
rpcServer |
static int |
UNDELAYED |
Constructor and Description |
---|
TestDelayedRpc() |
Modifier and Type | Method and Description |
---|---|
void |
testDelayedRpcDelayedReturnValue() |
void |
testDelayedRpcImmediateReturnValue() |
void |
testEndDelayThrowing() |
void |
testTooManyDelayedRpcs()
Tests that we see a WARN message in the logs.
|
public static RpcServerInterface rpcServer
public static final int UNDELAYED
public static final int DELAYED
public void testDelayedRpcImmediateReturnValue() throws Exception
Exception
public void testDelayedRpcDelayedReturnValue() throws Exception
Exception
public void testTooManyDelayedRpcs() throws Exception
Exception
public void testEndDelayThrowing() throws IOException
IOException