public class CapConPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
boundsMultiplier
(int) The multiplier for the bound point when determining the dynamic
capacity of a region.
|
static java.lang.Long |
byteArraySize
(int) The size for byte[] objects, used as values in regions that have
MemLRUCapacityControllers installed.
|
static java.lang.Long |
endTaskSecToRun
(int) The number of seconds to run the end task.
|
static java.lang.Long |
fillByteArray
(boolean) Indicates if byte[] should be filled with bytes.
|
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 |
lowerLimitDelta
(int) Specifies a lower limit on the number of bytes that must be present
in a region (for memLRU) for eviction to occur.
|
static java.lang.Long |
LRUAllowance
(int) Since eviction of objects by capacity controllers is "roughly"
the least recently used object, this specifies how far an evicted object
can be from the actual least recently used object.
|
static java.lang.Long |
maximumEntries
(int) The size for byte[] objects, used as values in regions that have
memory evictors installed.
|
static java.lang.Long |
maximumMegabytes
Parameters for constructing a MemLRUCapacityController.
|
static java.lang.Long |
numToAddInTx
(int) The number of objects to add to a region during a transactions.
|
static java.lang.Long |
randomCapacityChanges
(boolean) True if dynamic capacity changes during the test should be
random, false if they should gradually climb and fall.
|
static java.lang.Long |
upperLimitDelta
(int) Specifies an upper limit on the number of bytes allowable as overage
for memlru.
|
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 |
useTransactions
(boolean) True if the test should use transactions, false otherwise.
|
| Constructor and Description |
|---|
CapConPrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long maximumEntries
public static java.lang.Long maximumMegabytes
public static java.lang.Long byteArraySize
public static java.lang.Long fillByteArray
public static java.lang.Long upperLimitDelta
public static java.lang.Long lowerLimitDelta
public static java.lang.Long endTaskSecToRun
public static java.lang.Long LRUAllowance
public static java.lang.Long useCacheLoader
public static java.lang.Long fixUseCacheLoader
public static java.lang.Long boundsMultiplier
public static java.lang.Long randomCapacityChanges
public static java.lang.Long useTransactions
public static java.lang.Long numToAddInTx
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.