public class DiskRegPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
diskAttrSpecs
(String) Used for choosing a valid combinations of disk region attributes that is
specific for this test.
|
static Long |
diskDirNames
(Vector of Strings)
|
static Long |
endTestOnNumKeysInRegion
(int) If we want a workload based test, then set this parameter.
|
static Long |
entryOperations
(String) The operations to do in this concurrent test.
|
static Long |
fixUseCacheLoader
(boolean) If true, the test will read the value of useCacheLoader once
and use that value throughout the test.
|
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 |
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 Long |
upperThreshold
(int) The upper size of the region that will trigger the test
chooose its operations from the upperThresholdOperations.
|
static 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 Long |
useBackupDiskDirs
(boolean)
|
static 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 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 String |
getDiskAttrSpecs() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long useCacheLoader
public static Long fixUseCacheLoader
public static Long diskAttrSpecs
null.public static Long entryOperations
public static Long lowerThreshold
public static Long lowerThresholdOperations
public static Long upperThreshold
public static Long upperThresholdOperations
public static Long useComplexObject
public static Long diskDirNames
public static Long useBackupDiskDirs
public static Long numEntriesDeviation
public static Long endTestOnNumKeysInRegion
public static String getDiskAttrSpecs()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.