Class RegionAttributesType.EvictionAttributes.LruEntryCount

java.lang.Object
org.apache.geode.cache.configuration.RegionAttributesType.EvictionAttributes.LruEntryCount
All Implemented Interfaces:
Serializable
Enclosing class:
RegionAttributesType.EvictionAttributes

public static class RegionAttributesType.EvictionAttributes.LruEntryCount extends Object implements Serializable

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">
       <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

  • Constructor Details

    • LruEntryCount

      public LruEntryCount()
  • Method Details

    • getAction

      public EnumActionDestroyOverflow getAction()
      Gets the value of the action property. possible object is EnumActionDestroyOverflow
      Returns:
      the value of the action property
    • setAction

      public void setAction(EnumActionDestroyOverflow value)
      Sets the value of the action property. allowed object is EnumActionDestroyOverflow
      Parameters:
      value - the value of the action property
    • 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