public class MemScalePrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
alternateMaxKeys
(Vector) A list of maxKeys to use after the initial and original setting of CachePerfPrms.maxKeys.
|
static java.lang.Long |
alternateObjectSizes
(Vector) A list of objectSizes to use after the initial and original setting of objects.ArrayOfBytePrms.size.
|
static java.lang.Long |
numberExecutionCycles
(int) The number of times the test should execute its main task before terminating.
|
static java.lang.Long |
numMembers
(int) The number of members of interest in a test.
|
static java.lang.Long |
numThreads1
(int) The number of threads of interest in a test.
|
static java.lang.Long |
numThreads2
(int) The number of threads of interest in a test.
|
static java.lang.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 java.lang.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 java.util.Vector |
getAlternateMaxKeys() |
static java.util.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 java.lang.Long numberExecutionCycles
public static java.lang.Long useClear
public static java.lang.Long alternateMaxKeys
public static java.lang.Long alternateObjectSizes
public static java.lang.Long numMembers
public static java.lang.Long offHeapVerifyTargetCount
public static java.lang.Long numThreads1
public static java.lang.Long numThreads2
public static int getNumberExecutionCycles()
public static boolean getUseClear()
public static java.util.Vector getAlternateMaxKeys()
public static java.util.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.