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