public class MemScalePrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
alternateMaxKeys
(Vector) A list of maxKeys to use after the initial and original setting of CachePerfPrms.maxKeys.
|
static Long |
alternateObjectSizes
(Vector) A list of objectSizes to use after the initial and original setting of objects.ArrayOfBytePrms.size.
|
static Long |
numberExecutionCycles
(int) The number of times the test should execute its main task before terminating.
|
static Long |
numMembers
(int) The number of members of interest in a test.
|
static Long |
numThreads1
(int) The number of threads of interest in a test.
|
static Long |
numThreads2
(int) The number of threads of interest in a test.
|
static Long |
offHeapVerifyTargetCount
(int) The target counter value for verify off-heap memory to wait for to coordinate
quietness in the system when off-heap validation is running.
|
static Long |
useClear
(boolean) When the task is destroy and the keyPercentage is set to 100, use region clear()
rather than individually destroying every entry.
|
| Constructor and Description |
|---|
MemScalePrms() |
| Modifier and Type | Method and Description |
|---|---|
static Vector |
getAlternateMaxKeys() |
static Vector |
getAlternateObjectSizes() |
static int |
getNumberExecutionCycles() |
static int |
getNumMembers() |
static int |
getNumThreads1() |
static int |
getNumThreads2() |
static int |
getOffHeapVerifyTargetCount() |
static boolean |
getUseClear() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long numberExecutionCycles
public static Long useClear
public static Long alternateMaxKeys
public static Long alternateObjectSizes
public static Long numMembers
public static Long offHeapVerifyTargetCount
public static Long numThreads1
public static Long numThreads2
public static int getNumberExecutionCycles()
public static boolean getUseClear()
public static Vector getAlternateMaxKeys()
public static Vector getAlternateObjectSizes()
public static int getNumMembers()
public static int getOffHeapVerifyTargetCount()
public static int getNumThreads1()
public static int getNumThreads2()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.