Class RegionAttributesType.EvictionAttributes.LruMemorySize
java.lang.Object
org.apache.geode.cache.configuration.ClassNameType
org.apache.geode.cache.configuration.DeclarableType
org.apache.geode.cache.configuration.RegionAttributesType.EvictionAttributes.LruHeapPercentage
org.apache.geode.cache.configuration.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 Summary
FieldsFields inherited from class org.apache.geode.cache.configuration.RegionAttributesType.EvictionAttributes.LruHeapPercentage
actionFields 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 maximum property.voidsetMaximum(String value) Sets the value of the maximum property.Methods inherited from class org.apache.geode.cache.configuration.RegionAttributesType.EvictionAttributes.LruHeapPercentage
getAction, setActionMethods 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
-
maximum
-
-
Constructor Details
-
LruMemorySize
public LruMemorySize()
-
-
Method Details