public class CapConPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
boundsMultiplier
(int) The multiplier for the bound point when determining the dynamic
capacity of a region.
|
static Long |
byteArraySize
(int) The size for byte[] objects, used as values in regions that have
MemLRUCapacityControllers installed.
|
static Long |
endTaskSecToRun
(int) The number of seconds to run the end task.
|
static Long |
fillByteArray
(boolean) Indicates if byte[] should be filled with bytes.
|
static Long |
fixUseCacheLoader
(boolean) If true, the test will read the value of useCacheLoader once
and use that value throughout the test.
|
static 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 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 Long |
maximumEntries
(int) The size for byte[] objects, used as values in regions that have
memory evictors installed.
|
static Long |
maximumMegabytes
Parameters for constructing a MemLRUCapacityController.
|
static Long |
numToAddInTx
(int) The number of objects to add to a region during a transactions.
|
static Long |
randomCapacityChanges
(boolean) True if dynamic capacity changes during the test should be
random, false if they should gradually climb and fall.
|
static Long |
upperLimitDelta
(int) Specifies an upper limit on the number of bytes allowable as overage
for memlru.
|
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 |
useTransactions
(boolean) True if the test should use transactions, false otherwise.
|
| Constructor and Description |
|---|
CapConPrms() |
public static Long maximumEntries
public static Long maximumMegabytes
public static Long byteArraySize
public static Long fillByteArray
public static Long upperLimitDelta
public static Long lowerLimitDelta
public static Long endTaskSecToRun
public static Long LRUAllowance
public static Long useCacheLoader
public static Long fixUseCacheLoader
public static Long boundsMultiplier
public static Long randomCapacityChanges
public static Long useTransactions
public static Long numToAddInTx
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.