public class HAClientQueuePrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
allowConcurrentMapOps
Whether or not to allow ConcurrentMap operations (putIfAbsent, replace, remove)
|
static java.lang.Long |
clientConflation
Sets the client conflation
|
static java.lang.Long |
delayDispatcherStart
Whether or not to delay the start of message dispatcher.
|
static java.lang.Long |
delayDispatcherStartMilis
Set delay time for the start of message dispatcher.
|
static java.lang.Long |
entryOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do.
|
static java.lang.Long |
feederTaskTimeSec
Amount of time each
Feeder.feederTask() should last, in seconds. |
static java.lang.Long |
maxClientsCanKill |
static java.lang.Long |
minServersRequiredAlive
Parameter to get the minimum numbers of servers required alive in failover
tests.
|
static java.lang.Long |
numberOfRegions
Parameter used to specify number of regions in the tests.
|
static java.lang.Long |
numKeyRangePerThread |
static java.lang.Long |
numPutThreads |
static java.lang.Long |
opCode
An integer corresponding to the entry-operation to be performed.
|
static java.lang.Long |
precreateLastKeyAtClient
Parameter to precreate last_key at client.
|
static java.lang.Long |
putLastKey
Paremeter to put last key so that listener collects the appropriate
statistics.
|
static java.lang.Long |
regionName
Parameter used to create region name in the tests.
|
static java.lang.Long |
regionRange
Parameter used to pick the region randomly to perform operations.
|
| Constructor and Description |
|---|
HAClientQueuePrms() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getClientConflation() |
static void |
main(java.lang.String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long numPutThreads
public static java.lang.Long numKeyRangePerThread
public static java.lang.Long putLastKey
public static java.lang.Long precreateLastKeyAtClient
public static java.lang.Long entryOperations
public static java.lang.Long regionName
public static java.lang.Long numberOfRegions
public static java.lang.Long regionRange
public static java.lang.Long minServersRequiredAlive
public static java.lang.Long maxClientsCanKill
public static java.lang.Long opCode
public static java.lang.Long feederTaskTimeSec
Feeder.feederTask() should last, in seconds.public static java.lang.Long clientConflation
public static java.lang.Long allowConcurrentMapOps
public static java.lang.Long delayDispatcherStart
public static java.lang.Long delayDispatcherStartMilis
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.