Class RegionAttributesType.EvictionAttributes.LruHeapPercentage

java.lang.Object
org.apache.geode.cache.configuration.ClassNameType
org.apache.geode.cache.configuration.DeclarableType
org.apache.geode.cache.configuration.RegionAttributesType.EvictionAttributes.LruHeapPercentage
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RegionAttributesType.EvictionAttributes.LruMemorySize
Enclosing class:
RegionAttributesType.EvictionAttributes

public static class RegionAttributesType.EvictionAttributes.LruHeapPercentage extends DeclarableType

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" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: