Package deltix.qsrv.hf.tickdb.ui.tbshell
Class LatencyTestOptions
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.ui.tbshell.LatencyTestOptions
-
public class LatencyTestOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
launches
int
messageDataSize
int
messagesPerLaunch
int
numConsumers
DXTickStream
stream
int
throughput
int
warmupSize
-
Constructor Summary
Constructors Constructor Description LatencyTestOptions()
-
-
-
Field Detail
-
stream
public DXTickStream stream
-
messageDataSize
public int messageDataSize
-
throughput
public int throughput
-
numConsumers
public int numConsumers
-
warmupSize
public int warmupSize
-
messagesPerLaunch
public int messagesPerLaunch
-
launches
public int launches
-
-