public class OperationPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
cqIndexOps |
static long |
dlockDelay |
static long |
dlockLeaseTimeMillis |
static Long |
dlockWaitTimeMillis |
static Long |
entryANDQueryOperations
This param **overrides** entryOperations when QueryOperations is used.
|
static Long |
entryOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do.
|
static Long |
functionList
What kind of distribution you want in your functions
|
static Long |
functionOps |
static Long |
functionRegisterList
How many functions to register.
|
static Long |
functionSleepDelay |
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 |
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 Long |
recordCqIndexOps |
static Long |
recordDlockOperations |
static Long |
recordEntryOperations |
static Long |
recordFunctionOps |
static Long |
recordQueryOperations |
static Long |
recordRegionOperations |
static Long |
recordTxOperations |
static Long |
regionCacheListner |
static Long |
regionCacheLoader |
static Long |
regionCacheWriter |
static Long |
regionList |
static Long |
regionLoadSize |
static Long |
regionOperations |
static Long |
txCommitPercentage |
static Long |
upperThreshold
(int) The upper size of the region that will trigger the test chooose its
operations from the upperThresholdOperations.
|
static Long |
upperThresholdOperations |
static Long |
useTransactions |
| Constructor and Description |
|---|
OperationPrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getCommitPercentage() |
static 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 Long regionList
public static Long regionCacheListner
public static Long regionCacheLoader
public static Long regionCacheWriter
public static Long regionOperations
public static Long recordRegionOperations
public static Long recordEntryOperations
public static Long recordTxOperations
public static Long recordDlockOperations
public static Long entryOperations
public static Long lowerThreshold
public static Long lowerThresholdOperations
public static Long upperThreshold
public static Long upperThresholdOperations
public static Long entryANDQueryOperations
public static Long recordQueryOperations
public static Long regionLoadSize
public static Long objectType
public static Long txCommitPercentage
public static Long useTransactions
public static Long recordFunctionOps
public static Long functionOps
public static Long functionRegisterList
public static Long functionList
public static Long functionSleepDelay
public static Long recordCqIndexOps
public static Long cqIndexOps
public static 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 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.