public class CacheClientPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
batchSize
(int)
Number of entries to create in loops that use this.
|
static Long |
bridgeKillTarget
Returns the name of the bridgeServer to target for a kill
From
ClientPrms.names. |
static Long |
cacheConfig
(String) A cache configuration name from
CachePrms.names. |
static Long |
clientsToCompare
(Vector)
Clients write regionSizes out to the BB SharedMap (HydraCloseTask_regionSizeToBB) for ENDTASK validation.
|
static int |
DEFAULT_SLEEP_SEC
Default value for parameter
sleepSec. |
static Long |
interestPolicy
(String)
Type of InterestResultPolicy to use in registerInterest call.
|
static Long |
iterations
(int)
Number of iterations to carry out on each key.
|
static Long |
numEntries
(int)
Number of entries to create when populating the edge clients cache.
|
static Long |
numPutAllEntries
(int)
Number number of entries for putAll.
|
static Long |
objectType
(String)
Type of object to use as a value.
|
static Long |
regionConfig
(String) A region configuration name from
RegionPrms.names. |
static Long |
secToWaitForQueue |
static Long |
sleepSec
(int)
The number of seconds to sleep between cache operations.
|
| Constructor and Description |
|---|
CacheClientPrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getBatchSize() |
static String |
getBridgeKillTarget() |
static com.gemstone.gemfire.cache.InterestResultPolicy |
getInterestPolicy() |
static int |
getIterations() |
static int |
getNumEntries() |
static int |
getNumPutAllEntries() |
static String |
getObjectType() |
static int |
getSecToWaitForQueue() |
static int |
getSleepSec()
Returns the value of the
sleepSec parameter as an int. |
static void |
main(String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long cacheConfig
CachePrms.names.public static Long regionConfig
RegionPrms.names.public static Long interestPolicy
public static Long objectType
public static Long batchSize
public static Long iterations
public static Long numEntries
public static Long numPutAllEntries
public static Long clientsToCompare
public static final int DEFAULT_SLEEP_SEC
sleepSec.public static Long sleepSec
DEFAULT_SLEEP_SEC.public static Long bridgeKillTarget
ClientPrms.names.WANClient.recycleServerpublic static Long secToWaitForQueue
public static com.gemstone.gemfire.cache.InterestResultPolicy getInterestPolicy()
public static String getObjectType()
public static int getBatchSize()
public static int getIterations()
public static int getNumEntries()
public static int getNumPutAllEntries()
public static int getSleepSec()
sleepSec parameter as an int.public static String getBridgeKillTarget()
public static int getSecToWaitForQueue()
public static void main(String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.