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:
-
Field Summary
FieldsFields inherited from class org.apache.geode.cache.configuration.DeclarableType
EMPTY, parametersFields inherited from class org.apache.geode.cache.configuration.ClassNameType
className -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the action property.voidSets the value of the action property.Methods inherited from class org.apache.geode.cache.configuration.DeclarableType
equals, getParameters, hashCode, setParameters, toStringMethods inherited from class org.apache.geode.cache.configuration.ClassNameType
getClassName, setClassName
-
Field Details
-
action
-
-
Constructor Details
-
LruHeapPercentage
public LruHeapPercentage()
-
-
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
-