public class ResourceManagerPrms extends BasePrms
ResourceManagerDescription, and can be referenced from a cache configuration
via CachePrms.resourceManagerName.
The number of description instances is gated by names. For other
parameters, if fewer values than names are given, the remaining instances
will use the last value in the list. See $JTESTS/hydra/hydra.txt for more
details.
Unused parameters default to null, except where noted. This uses the product default, except where noted.
Values can be set to BasePrms.NONE where noted, with the documented effect.
Values of a parameter can be set to BasePrms.DEFAULT, except where noted.
This uses the product default, except where noted.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
criticalHeapPercentage
(float(s))
Critical heap percentage for each cache.
|
static java.lang.Long |
criticalOffHeapPercentage
(float(s))
Critical off-heap percentage for each cache.
|
static java.lang.Long |
evictionHeapPercentage
(float(s))
Eviction heap percentage for each cache.
|
static java.lang.Long |
evictionOffHeapPercentage
(float(s))
Eviction off-heap percentage for each cache.
|
static java.lang.Long |
names
(String(s))
Logical names of the resource manager descriptions.
|
| Constructor and Description |
|---|
ResourceManagerPrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long names
public static java.lang.Long criticalHeapPercentage
The product default is computed at runtime.
public static java.lang.Long criticalOffHeapPercentage
The product default is computed at runtime.
public static java.lang.Long evictionHeapPercentage
The product default is computed at runtime.
public static java.lang.Long evictionOffHeapPercentage
The product default is computed at runtime.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.