Class DeclarableType
java.lang.Object
org.apache.geode.cache.configuration.ClassNameType
org.apache.geode.cache.configuration.DeclarableType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RegionAttributesType.EvictionAttributes.LruHeapPercentage
A "declarable" element specifies a Declarable object to be placed in a Region entry.
Java class for declarable-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="declarable-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.geode.cache.configuration.ClassNameType
className -
Constructor Summary
ConstructorsConstructorDescriptionDeclarableType(String className) DeclarableType(String className, String jsonProperties) DeclarableType(String className, Properties properties) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the parameter property.inthashCode()voidsetParameters(Properties properties) toString()Methods inherited from class org.apache.geode.cache.configuration.ClassNameType
getClassName, setClassName
-
Field Details
-
parameters
-
EMPTY
-
-
Constructor Details
-
DeclarableType
public DeclarableType() -
DeclarableType
-
DeclarableType
-
DeclarableType
-
-
Method Details
-
getParameters
Gets the value of the parameter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the parameter property.For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterType- Returns:
ListofParameterTypes.
-
setParameters
-
equals
- Overrides:
equalsin classClassNameType
-
hashCode
public int hashCode()- Overrides:
hashCodein classClassNameType
-
toString
- Overrides:
toStringin classClassNameType
-