public class VersionPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
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 |
lowerThreshold
(int) The size of the 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 number of operations to perform in a task.
|
static java.lang.Long |
secondsToRun
(int) The number of seconds to run a test (currently used for concParRegHA)
to terminate the test.
|
static java.lang.Long |
upperThreshold
(int) The upper size of the 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 |
useOwnKeys
(boolean) For some concurrent tests, true specifies whether the test uses
unique keys for each thread to avoid conflicts with random ops in other
threads, or false if there are no limitations on the keys a thread can use.
|
| Constructor and Description |
|---|
VersionPrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic 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 secondsToRun
public static java.lang.Long useOwnKeys
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.