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