Class ResourceManagerType
java.lang.Object
org.apache.geode.cache.configuration.ResourceManagerType
The "resource manager" element configures the behavior of the resource manager.
The resource manager provides support for resource management of its associated Cache.
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the criticalHeapPercentage property.Gets the value of the criticalOffHeapPercentage property.Gets the value of the evictionHeapPercentage property.Gets the value of the evictionOffHeapPercentage property.voidsetCriticalHeapPercentage(String value) Sets the value of the criticalHeapPercentage property.voidSets the value of the criticalOffHeapPercentage property.voidsetEvictionHeapPercentage(String value) Sets the value of the evictionHeapPercentage property.voidSets the value of the evictionOffHeapPercentage property.
-
Field Details
-
criticalHeapPercentage
-
evictionHeapPercentage
-
criticalOffHeapPercentage
-
evictionOffHeapPercentage
-
-
Constructor Details
-
ResourceManagerType
public ResourceManagerType()
-
-
Method Details
-
getCriticalHeapPercentage
Gets the value of the criticalHeapPercentage property. possible object isString- Returns:
- the value of the criticalHeapPercentage property
-
setCriticalHeapPercentage
Sets the value of the criticalHeapPercentage property. allowed object isString- Parameters:
value- the value of the criticalHeapPercentage property
-
getEvictionHeapPercentage
Gets the value of the evictionHeapPercentage property. possible object isString- Returns:
- the value of the evictionHeapPercentage property
-
setEvictionHeapPercentage
Sets the value of the evictionHeapPercentage property. allowed object isString- Parameters:
value- the value of the evictionHeapPercentage property
-
getCriticalOffHeapPercentage
Gets the value of the criticalOffHeapPercentage property. possible object isString- Returns:
- the value of the criticalOffHeapPercentage property
-
setCriticalOffHeapPercentage
Sets the value of the criticalOffHeapPercentage property. allowed object isString- Parameters:
value- the value of the criticalOffHeapPercentage property
-
getEvictionOffHeapPercentage
Gets the value of the evictionOffHeapPercentage property. possible object isString- Returns:
- the value of the evictionOffHeapPercentage property
-
setEvictionOffHeapPercentage
Sets the value of the evictionOffHeapPercentage property. allowed object isString- Parameters:
value- the value of the evictionOffHeapPercentage property
-