Class RegionAttributesType.SubscriptionAttributes
java.lang.Object
org.apache.geode.cache.configuration.RegionAttributesType.SubscriptionAttributes
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RegionAttributesType
public static class RegionAttributesType.SubscriptionAttributes
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="interest-policy">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="all"/>
<enumeration value="cache-content"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the interestPolicy property.voidsetInterestPolicy(String value) Sets the value of the interestPolicy property.
-
Field Details
-
interestPolicy
-
-
Constructor Details
-
SubscriptionAttributes
public SubscriptionAttributes()
-
-
Method Details