public class DiskRegPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
diskAttrSpecs
(String) Used for choosing a valid combinations of disk region attributes that is
specific for this test.
|
static java.lang.Long |
diskDirNames
(Vector of Strings)
|
static java.lang.Long |
endTestOnNumKeysInRegion
(int) If we want a workload based test, then set this parameter.
|
static java.lang.Long |
entryOperations
(String) The operations to do in this concurrent test.
|
static java.lang.Long |
fixUseCacheLoader
(boolean) If true, the test will read the value of useCacheLoader once
and use that value throughout the test.
|
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 |
numEntriesDeviation
(int) The number of bytes of this number of entries that the region's size
is allowed to deviate from the memLRU capacity.
|
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
(Vector of Strings) A list of operations on a region that this
test is allowed to do when the region size exceeds the upperThreshold.
|
static java.lang.Long |
useBackupDiskDirs
(boolean)
|
static java.lang.Long |
useCacheLoader
(boolean) If true, the test will install a CacheLoader and do gets to
fill the region, false if the test should do puts to fill the region.
|
static java.lang.Long |
useComplexObject
(boolean) If true, then the object used as the value in the region is
an instance of ValueHolder that contains other objects.
|
| Constructor and Description |
|---|
DiskRegPrms() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getDiskAttrSpecs() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long useCacheLoader
public static java.lang.Long fixUseCacheLoader
public static java.lang.Long diskAttrSpecs
null.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 useComplexObject
public static java.lang.Long diskDirNames
public static java.lang.Long useBackupDiskDirs
public static java.lang.Long numEntriesDeviation
public static java.lang.Long endTestOnNumKeysInRegion
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.