public class BackwardCompatibilityPrms 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, as long as the global region
size is < regionSizeThreshold>.
|
static Long |
lockOperations
(boolean) True if the test should use locking.
|
static Long |
lowerThreshold
(int) The size of the partitioned 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 |
numOpsPerTask
(int) The global size of the partitioned region that will trigger the
test to choose its operations from thresholdOperations.
|
static Long |
registerInterest
(boolean(s)) Whether or not to register interest in ALL_KEYS
|
static Long |
upperThreshold
(int) The upper size of the partitioned 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 |
useTransactions
(boolean) True if the test execute operations within a single transaction
Defaults to false
|
| Constructor and Description |
|---|
BackwardCompatibilityPrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getCommitPercentage() |
static int |
numOpsPerTask() |
static boolean |
registerInterest() |
static boolean |
useTransactions() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long lockOperations
public static Long entryOperations
public static Long lowerThreshold
public static Long lowerThresholdOperations
public static Long upperThreshold
public static Long upperThresholdOperations
public static Long numOpsPerTask
public static Long useTransactions
public static Long commitPercentage
public static Long registerInterest
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.