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 Long |
criticalHeapPercentage
(float(s))
Critical heap percentage for each cache.
|
static Long |
criticalOffHeapPercentage
(float(s))
Critical off-heap percentage for each cache.
|
static Long |
evictionHeapPercentage
(float(s))
Eviction heap percentage for each cache.
|
static Long |
evictionOffHeapPercentage
(float(s))
Eviction off-heap percentage for each cache.
|
static Long |
names
(String(s))
Logical names of the resource manager descriptions.
|
| Constructor and Description |
|---|
ResourceManagerPrms() |
public static Long names
public static Long criticalHeapPercentage
The product default is computed at runtime.
public static Long criticalOffHeapPercentage
The product default is computed at runtime.
public static Long evictionHeapPercentage
The product default is computed at runtime.
public static Long evictionOffHeapPercentage
The product default is computed at runtime.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.