public class OperationPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
cqIndexOps |
static long |
dlockDelay |
static long |
dlockLeaseTimeMillis |
static java.lang.Long |
dlockWaitTimeMillis |
static java.lang.Long |
entryANDQueryOperations
This param **overrides** entryOperations when QueryOperations is used.
|
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 |
functionList
What kind of distribution you want in your functions
|
static java.lang.Long |
functionOps |
static java.lang.Long |
functionRegisterList
How many functions to register.
|
static java.lang.Long |
functionSleepDelay |
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 |
objectType
Valid Strings : see
ObjectHelper.createObject(objects.ArrayOfByte,SizedString,
BatchString,TestInteger and ConfigurableObject) and ValueHolder Default is
: ValueHolder For QueryOperations use any implementation of
ConfigurableObject with ID field(objects.Portfolio)
|
static java.lang.Long |
recordCqIndexOps |
static java.lang.Long |
recordDlockOperations |
static java.lang.Long |
recordEntryOperations |
static java.lang.Long |
recordFunctionOps |
static java.lang.Long |
recordQueryOperations |
static java.lang.Long |
recordRegionOperations |
static java.lang.Long |
recordTxOperations |
static java.lang.Long |
regionCacheListner |
static java.lang.Long |
regionCacheLoader |
static java.lang.Long |
regionCacheWriter |
static java.lang.Long |
regionList |
static java.lang.Long |
regionLoadSize |
static java.lang.Long |
regionOperations |
static java.lang.Long |
txCommitPercentage |
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 |
static java.lang.Long |
useTransactions |
| Constructor and Description |
|---|
OperationPrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getCommitPercentage() |
static java.lang.String |
getObjectType() |
static boolean |
recordCqIndexOps() |
static boolean |
recordDlockOperations() |
static boolean |
recordEntryOperations() |
static boolean |
recordFunctionOps() |
static boolean |
recordQueryOperations() |
static boolean |
recordRegionOperations() |
static boolean |
recordTxOperations() |
static boolean |
useTransactions() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long regionList
public static java.lang.Long regionCacheListner
public static java.lang.Long regionCacheLoader
public static java.lang.Long regionCacheWriter
public static java.lang.Long regionOperations
public static java.lang.Long recordRegionOperations
public static java.lang.Long recordEntryOperations
public static java.lang.Long recordTxOperations
public static java.lang.Long recordDlockOperations
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 entryANDQueryOperations
public static java.lang.Long recordQueryOperations
public static java.lang.Long regionLoadSize
public static java.lang.Long objectType
public static java.lang.Long txCommitPercentage
public static java.lang.Long useTransactions
public static java.lang.Long recordFunctionOps
public static java.lang.Long functionOps
public static java.lang.Long functionRegisterList
public static java.lang.Long functionList
public static java.lang.Long functionSleepDelay
public static java.lang.Long recordCqIndexOps
public static java.lang.Long cqIndexOps
public static java.lang.Long dlockWaitTimeMillis
public static long dlockLeaseTimeMillis
public static long dlockDelay
public static boolean recordRegionOperations()
public static boolean recordEntryOperations()
public static boolean recordTxOperations()
public static boolean recordDlockOperations()
public static boolean recordQueryOperations()
public static java.lang.String getObjectType()
public static boolean useTransactions()
public static int getCommitPercentage()
public static boolean recordFunctionOps()
public static boolean recordCqIndexOps()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.