public class DataFeedPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
throttledOpsPerSec
(int)
Number of operations per second to throttle to.
|
static Long |
useFixedKeys
(boolean)
Whether to stash entry keys for the duration of the test or generate a new
one for each operation.
|
static Long |
useFixedVal
(boolean)
Whether to use a fixed entry value for the duration of the test or generate
a new one for each operation.
|
| Constructor and Description |
|---|
DataFeedPrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getThrottledOpsPerSec() |
static void |
main(String[] args) |
static boolean |
useFixedKeys() |
static boolean |
useFixedVal() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long throttledOpsPerSec
public static Long useFixedKeys
public static Long useFixedVal
public static int getThrottledOpsPerSec()
public static boolean useFixedKeys()
public static boolean useFixedVal()
public static void main(String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.