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