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