public class WANTestPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
batchSize
(int)
Number of entries to create in loops that use this.
|
static Long |
clientCacheConfig
(String) A edge cache configuration name from
CachePrms.names. |
static int |
DEFAULT_SLEEP_SEC
Default value for parameter
sleepSec. |
static Long |
isNewWanConfig
(boolean)
is new wan configuration.
|
static Long |
iterations
(int)
Number of iterations to carry out on each key.
|
static Long |
maxOperations
(int)
Max Number of operations allowed in test.
|
static Long |
memberClientName
(String)
ClientName of member of wan site which needs to be recycle.
|
static Long |
objectType
(String)
Type of object to use as a value.
|
static Long |
onlyParentRegion
(boolean)
Validate only parent region.
|
static Long |
secToWaitForQueue
(int)
Seconds to wait for queues to drain.
|
static Long |
senderQueueRegionListener
(String) Sender queue region listener.
|
static Long |
sleepSec
(int)
The number of seconds to sleep between cache operations.
|
| Constructor and Description |
|---|
WANTestPrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getBatchSize() |
static String |
getClientCacheConfig() |
static int |
getIterations() |
static long |
getMaxOperations() |
static String |
getMemberClientName() |
static String |
getObjectType() |
static int |
getSecToWaitForQueue() |
static String |
getSenderQueueRegionListener() |
static int |
getSleepSec() |
static boolean |
isNewWanConfig() |
static void |
main(String[] args) |
static boolean |
onlyParentRegion() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long clientCacheConfig
CachePrms.names.public static Long senderQueueRegionListener
public static final int DEFAULT_SLEEP_SEC
sleepSec.public static Long sleepSec
DEFAULT_SLEEP_SEC.public static Long objectType
public static Long maxOperations
iterationspublic static Long batchSize
public static Long iterations
public static Long secToWaitForQueue
public static Long memberClientName
public static Long isNewWanConfig
public static Long onlyParentRegion
public static String getClientCacheConfig()
public static String getSenderQueueRegionListener()
public static int getSleepSec()
public static String getObjectType()
public static long getMaxOperations()
public static int getBatchSize()
public static int getIterations()
public static int getSecToWaitForQueue()
public static String getMemberClientName()
public static boolean isNewWanConfig()
public static boolean onlyParentRegion()
public static void main(String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.