public class MLPrms extends BasePrms
MLPrms provides data parameters for the ML WAN test case| Modifier and Type | Field and Description |
|---|---|
static Long |
burstSleepInterval |
static Long |
burstTime |
static Long |
burstTradesPerSecond |
static Long |
quotesDataFile |
static Long |
quotesPerSecond |
static Long |
quotesToProcess |
static Long |
tradesDataFile |
static Long |
tradesPerSecond |
static Long |
tradesToProcess |
| Constructor and Description |
|---|
MLPrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getBurstSleepInterval()
Returns the burst sleep interval (how long to sleep between bursts)
|
static int |
getBurstTime()
Returns the burst time
|
static int |
getBurstTradesPerSecond()
Returns the number of burst trades per second to send
|
static String |
getQuotesDataFile()
Returns the data file that provides the ML quote data
|
static int |
getQuotesPerSecond()
Returns the number of quotes per second to send
|
static int |
getQuotesToProcess()
Returns the total number of quotes to process
|
static String |
getTradesDataFile()
Returns the data file that provides the ML trade data
|
static int |
getTradesPerSecond()
Returns the number of trades per second to send
|
static int |
getTradesToProcess()
Returns the total number of trades to process
|
static void |
main(String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long quotesDataFile
public static Long tradesDataFile
public static Long tradesPerSecond
public static Long tradesToProcess
public static Long quotesPerSecond
public static Long quotesToProcess
public static Long burstTradesPerSecond
public static Long burstSleepInterval
public static Long burstTime
public static String getQuotesDataFile()
public static String getTradesDataFile()
public static int getTradesPerSecond()
public static int getTradesToProcess()
public static int getQuotesPerSecond()
public static int getQuotesToProcess()
public static int getBurstTradesPerSecond()
public static int getBurstSleepInterval()
public static int getBurstTime()
public static void main(String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.