public class ResourceManPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
inspectorType |
static Long |
numRegions
(int) numRegions (for multipleRegions and/or colocatedWith testing)
Defaults to 1.
|
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 |
putAllSize
(int) The local max memory setting for the PR.
|
static Long |
remainCriticalSeconds
The number of seconds to remain critical
|
static Long |
stopModes
The set of stop modes to use
|
static Long |
taskEvictionPercentage |
static Long |
taskMinimumPutPercentage |
static Long |
taskNumberOfPuts |
static Long |
taskTolerateLowMemSec |
static Long |
threadGroupNamesDoingEntryOps |
static Long |
totalDatastoreCount
Total number of datastore VMs (which could go critical)
|
static Long |
waitForLowMemSec |
| Constructor and Description |
|---|
ResourceManPrms() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getInspectorType() |
static int |
getNumRegions() |
static int |
getOffHeapVerifyTargetCount() |
static int |
getPutAllSize() |
static double |
getTaskEvictionPercentage() |
static float |
getTaskMinimumPutPercentage() |
static int |
getTaskNumberOfPuts() |
static long |
getTaskRemainCriticalSeconds() |
static int |
getTaskStopMode() |
static Vector<String> |
getTaskThreadGroupNamesDoingEntryOps() |
static int |
getTaskTolerateLowMemSec() |
static int |
getTaskWaitForLowMemSec() |
static int |
getTotalDatastoreCount() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static volatile Long taskNumberOfPuts
public static volatile Long taskMinimumPutPercentage
public static volatile Long taskTolerateLowMemSec
public static Long waitForLowMemSec
public static volatile Long taskEvictionPercentage
public static Long offHeapVerifyTargetCount
public static volatile Long numRegions
public static volatile Long threadGroupNamesDoingEntryOps
public static Long putAllSize
public static Long stopModes
public static Long remainCriticalSeconds
public static Long totalDatastoreCount
public static Long inspectorType
public static int getTaskNumberOfPuts()
public static float getTaskMinimumPutPercentage()
public static int getTaskTolerateLowMemSec()
public static int getTaskWaitForLowMemSec()
public static double getTaskEvictionPercentage()
public static int getOffHeapVerifyTargetCount()
public static int getNumRegions()
public static Vector<String> getTaskThreadGroupNamesDoingEntryOps()
public static int getPutAllSize()
public static int getTaskStopMode()
public static long getTaskRemainCriticalSeconds()
public static int getTotalDatastoreCount()
public static String getInspectorType()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.