public class BackwardCompatibilityPrms 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, as long as the global region
size is < regionSizeThreshold>.
|
static java.lang.Long |
lockOperations
(boolean) True if the test should use locking.
|
static java.lang.Long |
lowerThreshold
(int) The size of the partitioned 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 |
numOpsPerTask
(int) The global size of the partitioned region that will trigger the
test to choose its operations from thresholdOperations.
|
static java.lang.Long |
registerInterest
(boolean(s)) Whether or not to register interest in ALL_KEYS
|
static java.lang.Long |
upperThreshold
(int) The upper size of the partitioned 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 |
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 java.lang.Long lockOperations
public static java.lang.Long entryOperations
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 numOpsPerTask
public static java.lang.Long useTransactions
public static java.lang.Long commitPercentage
public static java.lang.Long registerInterest
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.