public class TestParms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_EXPIRATION_ACTION |
static Long |
defineCacheLoader
(boolean) controls whether CacheLoader is defined
|
static Long |
lockTimeout
lockTimeout.
|
static Long |
logDetails
Indicates whether detailed messages should be logged.
|
static Long |
readIterations
Number of reads per read task.
|
static Long |
searchTimeout
searchTimeout.
|
| Constructor and Description |
|---|
TestParms() |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
getDefineCacheLoader() |
protected static String |
getEntryIdleTimeoutActionString() |
protected static int |
getEntryIdleTimeoutSec() |
protected static String |
getEntryTTLActionString() |
protected static int |
getEntryTTLSec() |
protected static int |
getLockTimeout() |
protected static boolean |
getLogDetails() |
protected static int |
getReadIterations() |
protected static int |
getSearchTimeout() |
static void |
logParms()
Write values of random parameters to log.
|
static String |
noteTiming(long operations,
String operationUnit,
long beginTime,
long endTime,
String timeUnit) |
static boolean |
writePerfResultsTask()
Writes final performance timings to a PerfStatMgr instance.
|
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static final String DEFAULT_EXPIRATION_ACTION
public static Long defineCacheLoader
public static Long searchTimeout
public static Long lockTimeout
public static Long readIterations
public static Long logDetails
protected static boolean getDefineCacheLoader()
protected static int getSearchTimeout()
protected static int getLockTimeout()
protected static int getReadIterations()
protected static boolean getLogDetails()
protected static int getEntryTTLSec()
protected static String getEntryTTLActionString()
protected static int getEntryIdleTimeoutSec()
protected static String getEntryIdleTimeoutActionString()
public static void logParms()
public static boolean writePerfResultsTask()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.