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