public class MLPrms extends BasePrms
MLPrms provides data parameters for the ML WAN test case| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
burstSleepInterval |
static java.lang.Long |
burstTime |
static java.lang.Long |
burstTradesPerSecond |
static java.lang.Long |
quotesDataFile |
static java.lang.Long |
quotesPerSecond |
static java.lang.Long |
quotesToProcess |
static java.lang.Long |
tradesDataFile |
static java.lang.Long |
tradesPerSecond |
static java.lang.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 java.lang.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 java.lang.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(java.lang.String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long quotesDataFile
public static java.lang.Long tradesDataFile
public static java.lang.Long tradesPerSecond
public static java.lang.Long tradesToProcess
public static java.lang.Long quotesPerSecond
public static java.lang.Long quotesToProcess
public static java.lang.Long burstTradesPerSecond
public static java.lang.Long burstSleepInterval
public static java.lang.Long burstTime
public static java.lang.String getQuotesDataFile()
public static java.lang.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(java.lang.String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.