public class AsyncMsgPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
cacheListener
Class name of cache listener to use.
|
static Long |
lowerThreshold
(int) The size of the region that will trigger the
test to choose its operations from lowerThresholdOperations.
|
static Long |
lowerThresholdOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do when the region size falls below
lowerThresold.
|
static Long |
maxKeys
(int)
Number of entries to create (per region) initially
|
static Long |
numExecutionsToTerminate
(int) For workload based tests, this is the number of executions to
run to terminate the test.
|
static Long |
numOps
(int) The number of operations to do when AsyncMsgTest.doOperations() is called.
|
static Long |
numRootRegions
(int)
number of root regions to generate
|
static Long |
numSubRegions
(int)
number of subregions to generate for each region
|
static Long |
objectType |
static Long |
operations
(Vector of Strings) A list of the operations on a region OR region entries
that this test is allowed to do.
|
static Long |
primeQueueSleepMs
(int)
The time to sleep in milliseconds for each message while
priming the queue for async messaging.
|
static Long |
randomEnableAsyncConflation |
static Long |
regionDepth
(int)
depth of each region tree
|
static Long |
upperThreshold
(int) The upper size of the region that will trigger the
test to choose its operations from upperThresholdOperations.
|
static Long |
upperThresholdOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do when the region exceeds
upperThresold.
|
static Long |
verifyConflationBehavior |
| Constructor and Description |
|---|
AsyncMsgPrms() |
| Modifier and Type | Method and Description |
|---|---|
static com.gemstone.gemfire.cache.CacheListener |
getCacheListener() |
static int |
getPrimeQueueSleepMs() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long randomEnableAsyncConflation
public static Long verifyConflationBehavior
public static Long objectType
public static Long primeQueueSleepMs
public static Long cacheListener
public static Long operations
public static Long numOps
public static Long maxKeys
public static Long numRootRegions
public static Long numSubRegions
public static Long regionDepth
public static Long lowerThreshold
public static Long lowerThresholdOperations
public static Long upperThreshold
public static Long upperThresholdOperations
public static Long numExecutionsToTerminate
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.