@Experimental public class ResourceManagerType extends 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 String |
criticalHeapPercentage |
protected String |
criticalOffHeapPercentage |
protected String |
evictionHeapPercentage |
protected String |
evictionOffHeapPercentage |
Constructor and Description |
---|
ResourceManagerType() |
Modifier and Type | Method and Description |
---|---|
String |
getCriticalHeapPercentage()
Gets the value of the criticalHeapPercentage property.
|
String |
getCriticalOffHeapPercentage()
Gets the value of the criticalOffHeapPercentage property.
|
String |
getEvictionHeapPercentage()
Gets the value of the evictionHeapPercentage property.
|
String |
getEvictionOffHeapPercentage()
Gets the value of the evictionOffHeapPercentage property.
|
void |
setCriticalHeapPercentage(String value)
Sets the value of the criticalHeapPercentage property.
|
void |
setCriticalOffHeapPercentage(String value)
Sets the value of the criticalOffHeapPercentage property.
|
void |
setEvictionHeapPercentage(String value)
Sets the value of the evictionHeapPercentage property.
|
void |
setEvictionOffHeapPercentage(String value)
Sets the value of the evictionOffHeapPercentage property.
|
protected String criticalHeapPercentage
protected String evictionHeapPercentage
protected String criticalOffHeapPercentage
protected String evictionOffHeapPercentage
public String getCriticalHeapPercentage()
String
public void setCriticalHeapPercentage(String value)
String
public String getEvictionHeapPercentage()
String
public void setEvictionHeapPercentage(String value)
String
public String getCriticalOffHeapPercentage()
String
public void setCriticalOffHeapPercentage(String value)
String
public String getEvictionOffHeapPercentage()
String