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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the action property.Gets the value of the maximum property.voidSets the value of the action property.voidsetMaximum(String value) Sets the value of the maximum property.
-
Field Details
-
action
-
maximum
-
-
Constructor Details
-
LruEntryCount
public LruEntryCount()
-
-
Method Details
-
getAction
Gets the value of the action property. possible object isEnumActionDestroyOverflow- Returns:
- the value of the action property
-
setAction
Sets the value of the action property. allowed object isEnumActionDestroyOverflow- Parameters:
value- the value of the action property
-
getMaximum
Gets the value of the maximum property. possible object isString- Returns:
- the value of the maximum property
-
setMaximum
Sets the value of the maximum property. allowed object isString- Parameters:
value- the value of the maximum property
-