Class RegionConfig.Entry
java.lang.Object
org.apache.geode.cache.configuration.RegionConfig.Entry
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RegionConfig
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>
<element name="key">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="string" type="{http://geode.apache.org/schema/cache}string-type"/>
<element name="declarable" type="{http://geode.apache.org/schema/cache}declarable-type"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="value">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="string" type="{http://geode.apache.org/schema/cache}string-type"/>
<element name="declarable" type="{http://geode.apache.org/schema/cache}declarable-type"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Gets the value of the key property.getValue()Gets the value of the value property.voidsetKey(ObjectType value) Sets the value of the key property.voidsetValue(ObjectType value) Sets the value of the value property.
-
Field Details
-
key
-
value
-
-
Constructor Details
-
Entry
public Entry() -
Entry
-
Entry
-
-
Method Details
-
getKey
Gets the value of the key property. possible object isObjectType- Returns:
- the value of the key property
-
setKey
Sets the value of the key property. allowed object isObjectType- Parameters:
value- the value of the key property
-
getValue
Gets the value of the value property. possible object isObjectType- Returns:
- the value of the value property
-
setValue
Sets the value of the value property. allowed object isObjectType- Parameters:
value- the value of the value property
-