Class RegionAttributesType.EvictionAttributes.LruMemorySize

All Implemented Interfaces:
Serializable
Enclosing class:
RegionAttributesType.EvictionAttributes

public static class RegionAttributesType.EvictionAttributes.LruMemorySize extends RegionAttributesType.EvictionAttributes.LruHeapPercentage

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/>
         <element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="action" type="{http://geode.apache.org/schema/cache}enum-action-destroy-overflow" />
       <attribute name="maximum" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • maximum

      protected String maximum
  • Constructor Details

    • LruMemorySize

      public LruMemorySize()
  • Method Details

    • getMaximum

      public String getMaximum()
      Gets the value of the maximum property. possible object is String
      Returns:
      the value of the maximum property
    • setMaximum

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