public class CacheOverflowPrms extends BasePrms
CacheOverflow example tests.| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
arrays
(int) The number of arrays that are added by each thread
|
static java.lang.Long |
backup
(boolean) Does the test backup the regions to disk?
|
static java.lang.Long |
overflowThreshold
(int) The overflow threshold for the example's region
|
static java.lang.Long |
synchronous
(boolean) Are writes to disk synchronous or asynchronous?
|
static java.lang.Long |
threads
(int) The number of threads that add to the region
|
| Constructor and Description |
|---|
CacheOverflowPrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getArrays()
Returns the number of arrays that are added by each thread.
|
static boolean |
getBackup()
Returns whether or not backup regions should be used.
|
static int |
getOverflowThreshold()
Returns the overflow threshold of the region in megabytes.
|
static int |
getThreads()
Returns the number of threads that add to the region.
|
static boolean |
isSynchronous()
Returns whether or not writes to disks are synchronous.
|
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long backup
getBackup()public static java.lang.Long synchronous
isSynchronous()public static java.lang.Long threads
getThreads()public static java.lang.Long arrays
getArrays()public static java.lang.Long overflowThreshold
getOverflowThreshold()public static boolean getBackup()
public static boolean isSynchronous()
public static int getThreads()
public static int getArrays()
public static int getOverflowThreshold()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.