public class CacheOverflowPrms extends BasePrms
CacheOverflow example tests.| Modifier and Type | Field and Description |
|---|---|
static Long |
arrays
(int) The number of arrays that are added by each thread
|
static Long |
backup
(boolean) Does the test backup the regions to disk?
|
static Long |
overflowThreshold
(int) The overflow threshold for the example's region
|
static Long |
synchronous
(boolean) Are writes to disk synchronous or asynchronous?
|
static 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 Long backup
getBackup()public static Long synchronous
isSynchronous()public static Long threads
getThreads()public static Long arrays
getArrays()public static 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.