public class VersionPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
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 |
lowerThreshold
(int) The size of the 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 number of operations to perform in a task.
|
static Long |
secondsToRun
(int) The number of seconds to run a test (currently used for concParRegHA)
to terminate the test.
|
static Long |
upperThreshold
(int) The upper size of the 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 |
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() |
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 secondsToRun
public static Long useOwnKeys
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.