public class EventPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
commitPercentage
(int) In transaction tests, the percentage of transactions to perform commit
(vs.
|
static java.lang.Long |
entryOperations
(Vector of Strings) A list of the operations on a region entry that this test is allowed to do.
|
static java.lang.Long |
initRegionNumObjects
(int) When a new region is created, initialize it with this many names/objects
|
static java.lang.Long |
lowerThreshold
(int) The lower size of the region that will trigger the test
choose its operations from the 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 lowerThreshold.
|
static java.lang.Long |
maxNumberToValidate
(int) The maximum number of values to validate.
|
static java.lang.Long |
maxObjects
(int) The maximum number of objects allowed in a region.
|
static java.lang.Long |
maxRegions
(int) The maximum number of regions allowed in the test per VM.
|
static java.lang.Long |
numPutAllObjects
Number of objects for performing each putAll operation
|
static java.lang.Long |
regionListener
(String) Class name of the event/region listener to install on the test
regions.
|
static java.lang.Long |
regionOperations
(Vector of Strings) A list of the operations on a region that this test is allowed to do.
|
static java.lang.Long |
roles
(Vector of Strings) List of Roles (Required for each Region)
|
static java.lang.Long |
sleepTimeMs
(int) For ProxyEventTest.java, the sleepTime in millis between operations executed by
HydraTask_doEntryOperations.
|
static java.lang.Long |
upperThreshold
(int) The upper size of the region that will trigger the test
chooose its operations from the upperThresholdOperations.
|
static java.lang.Long |
upperThresholdOperations
(Vector of Strings) A list of operations on a region that this
test is allowed to do when the region size exceeds the upperThreshold.
|
static java.lang.Long |
useRandomLocks
(boolean) True if the test should randomly lock/unlock a shared lock, just to see
how locking interacts with everything else.
|
static java.lang.Long |
useTransactions
(boolean) True if the test execute operations within a single transaction
Defaults to false
|
| Constructor and Description |
|---|
EventPrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getCommitPercentage() |
static com.gemstone.gemfire.cache.MembershipAttributes |
getMembershipAttributes() |
static com.gemstone.gemfire.cache.CacheListener |
getRegionListener(java.lang.String regionName) |
static int |
sleepTimeMs() |
static boolean |
useTransactions() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long maxRegions
public static java.lang.Long maxObjects
public static java.lang.Long initRegionNumObjects
public static java.lang.Long maxNumberToValidate
public static java.lang.Long entryOperations
public static java.lang.Long numPutAllObjects
public static java.lang.Long sleepTimeMs
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 regionOperations
public static java.lang.Long useRandomLocks
public static java.lang.Long useTransactions
public static java.lang.Long commitPercentage
public static java.lang.Long regionListener
event.RegionListener.getName(),
event.RegionListener.setName()public static java.lang.Long roles
public static int sleepTimeMs()
public static boolean useTransactions()
public static int getCommitPercentage()
public static com.gemstone.gemfire.cache.CacheListener getRegionListener(java.lang.String regionName)
public static com.gemstone.gemfire.cache.MembershipAttributes getMembershipAttributes()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.