@Experimental public class ResourceManagerType extends java.lang.Object
Java class for resource-manager-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resource-manager-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="critical-heap-percentage" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="eviction-heap-percentage" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="critical-off-heap-percentage" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="eviction-off-heap-percentage" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
criticalHeapPercentage |
protected java.lang.String |
criticalOffHeapPercentage |
protected java.lang.String |
evictionHeapPercentage |
protected java.lang.String |
evictionOffHeapPercentage |
| Constructor and Description |
|---|
ResourceManagerType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCriticalHeapPercentage()
Gets the value of the criticalHeapPercentage property.
|
java.lang.String |
getCriticalOffHeapPercentage()
Gets the value of the criticalOffHeapPercentage property.
|
java.lang.String |
getEvictionHeapPercentage()
Gets the value of the evictionHeapPercentage property.
|
java.lang.String |
getEvictionOffHeapPercentage()
Gets the value of the evictionOffHeapPercentage property.
|
void |
setCriticalHeapPercentage(java.lang.String value)
Sets the value of the criticalHeapPercentage property.
|
void |
setCriticalOffHeapPercentage(java.lang.String value)
Sets the value of the criticalOffHeapPercentage property.
|
void |
setEvictionHeapPercentage(java.lang.String value)
Sets the value of the evictionHeapPercentage property.
|
void |
setEvictionOffHeapPercentage(java.lang.String value)
Sets the value of the evictionOffHeapPercentage property.
|
protected java.lang.String criticalHeapPercentage
protected java.lang.String evictionHeapPercentage
protected java.lang.String criticalOffHeapPercentage
protected java.lang.String evictionOffHeapPercentage
public java.lang.String getCriticalHeapPercentage()
Stringpublic void setCriticalHeapPercentage(java.lang.String value)
Stringpublic java.lang.String getEvictionHeapPercentage()
Stringpublic void setEvictionHeapPercentage(java.lang.String value)
Stringpublic java.lang.String getCriticalOffHeapPercentage()
Stringpublic void setCriticalOffHeapPercentage(java.lang.String value)
Stringpublic java.lang.String getEvictionOffHeapPercentage()
Stringpublic void setEvictionOffHeapPercentage(java.lang.String value)
String