public class ConflictedOpsPrms 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.
|
| Constructor and Description |
|---|
ConflictedOpsPrms() |
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
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.