| Constructor and Description |
|---|
StressMdcClient(String serverAddress,
String clientAddress,
EpochClock clock,
int maxInflight,
int totalToSend,
int mtu)
Construct Stress Client
|
| Modifier and Type | Method and Description |
|---|---|
int |
doWork() |
static void |
main(String[] args)
Entry point.
|
void |
onClose() |
void |
onStart() |
String |
roleName() |
String |
toString() |
public StressMdcClient(String serverAddress, String clientAddress, EpochClock clock, int maxInflight, int totalToSend, int mtu)
serverAddress - server address to connect to.clientAddress - local address to get responses.clock - for timing.maxInflight - maximum number of messages in flight.totalToSend - total number of messages to send.mtu - the mtu to use.public static void main(String[] args)
args - command line arguments.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.