Class ResourceManagerType

java.lang.Object
org.apache.geode.cache.configuration.ResourceManagerType

@Experimental public class ResourceManagerType extends Object
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 Details

    • criticalHeapPercentage

      protected String criticalHeapPercentage
    • evictionHeapPercentage

      protected String evictionHeapPercentage
    • criticalOffHeapPercentage

      protected String criticalOffHeapPercentage
    • evictionOffHeapPercentage

      protected String evictionOffHeapPercentage
  • Constructor Details

    • ResourceManagerType

      public ResourceManagerType()
  • Method Details

    • getCriticalHeapPercentage

      public String getCriticalHeapPercentage()
      Gets the value of the criticalHeapPercentage property. possible object is String
      Returns:
      the value of the criticalHeapPercentage property
    • setCriticalHeapPercentage

      public void setCriticalHeapPercentage(String value)
      Sets the value of the criticalHeapPercentage property. allowed object is String
      Parameters:
      value - the value of the criticalHeapPercentage property
    • getEvictionHeapPercentage

      public String getEvictionHeapPercentage()
      Gets the value of the evictionHeapPercentage property. possible object is String
      Returns:
      the value of the evictionHeapPercentage property
    • setEvictionHeapPercentage

      public void setEvictionHeapPercentage(String value)
      Sets the value of the evictionHeapPercentage property. allowed object is String
      Parameters:
      value - the value of the evictionHeapPercentage property
    • getCriticalOffHeapPercentage

      public String getCriticalOffHeapPercentage()
      Gets the value of the criticalOffHeapPercentage property. possible object is String
      Returns:
      the value of the criticalOffHeapPercentage property
    • setCriticalOffHeapPercentage

      public void setCriticalOffHeapPercentage(String value)
      Sets the value of the criticalOffHeapPercentage property. allowed object is String
      Parameters:
      value - the value of the criticalOffHeapPercentage property
    • getEvictionOffHeapPercentage

      public String getEvictionOffHeapPercentage()
      Gets the value of the evictionOffHeapPercentage property. possible object is String
      Returns:
      the value of the evictionOffHeapPercentage property
    • setEvictionOffHeapPercentage

      public void setEvictionOffHeapPercentage(String value)
      Sets the value of the evictionOffHeapPercentage property. allowed object is String
      Parameters:
      value - the value of the evictionOffHeapPercentage property