public class AsyncMsgPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
cacheListener
Class name of cache listener to use.
|
static java.lang.Long |
lowerThreshold
(int) The size of the region that will trigger the
test to choose its operations from lowerThresholdOperations.
|
static java.lang.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 java.lang.Long |
maxKeys
(int)
Number of entries to create (per region) initially
|
static java.lang.Long |
numExecutionsToTerminate
(int) For workload based tests, this is the number of executions to
run to terminate the test.
|
static java.lang.Long |
numOps
(int) The number of operations to do when AsyncMsgTest.doOperations() is called.
|
static java.lang.Long |
numRootRegions
(int)
number of root regions to generate
|
static java.lang.Long |
numSubRegions
(int)
number of subregions to generate for each region
|
static java.lang.Long |
objectType |
static java.lang.Long |
operations
(Vector of Strings) A list of the operations on a region OR region entries
that this test is allowed to do.
|
static java.lang.Long |
primeQueueSleepMs
(int)
The time to sleep in milliseconds for each message while
priming the queue for async messaging.
|
static java.lang.Long |
randomEnableAsyncConflation |
static java.lang.Long |
regionDepth
(int)
depth of each region tree
|
static java.lang.Long |
upperThreshold
(int) The upper size of the region that will trigger the
test to choose its operations from upperThresholdOperations.
|
static java.lang.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 java.lang.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 java.lang.Long randomEnableAsyncConflation
public static java.lang.Long verifyConflationBehavior
public static java.lang.Long objectType
public static java.lang.Long primeQueueSleepMs
public static java.lang.Long cacheListener
public static java.lang.Long operations
public static java.lang.Long numOps
public static java.lang.Long maxKeys
public static java.lang.Long numRootRegions
public static java.lang.Long numSubRegions
public static java.lang.Long regionDepth
public static java.lang.Long lowerThreshold
public static java.lang.Long lowerThresholdOperations
public static java.lang.Long upperThreshold
public static java.lang.Long upperThresholdOperations
public static java.lang.Long numExecutionsToTerminate
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.