Class ServerType.ClientSubscription
java.lang.Object
org.apache.geode.cache.configuration.ServerType.ClientSubscription
- Enclosing class:
- ServerType
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="eviction-policy" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="entry"/>
<enumeration value="mem"/>
</restriction>
</simpleType>
</attribute>
<attribute name="capacity" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="disk-store-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="overflow-directory" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the capacity property.Gets the value of the diskStoreName property.Gets the value of the evictionPolicy property.Gets the value of the overflowDirectory property.voidsetCapacity(String value) Sets the value of the capacity property.voidsetDiskStoreName(String value) Sets the value of the diskStoreName property.voidsetEvictionPolicy(String value) Sets the value of the evictionPolicy property.voidsetOverflowDirectory(String value) Sets the value of the overflowDirectory property.
-
Field Details
-
evictionPolicy
-
capacity
-
diskStoreName
-
overflowDirectory
-
-
Constructor Details
-
ClientSubscription
public ClientSubscription()
-
-
Method Details
-
getEvictionPolicy
Gets the value of the evictionPolicy property. possible object isString- Returns:
- the value of the evictionPolicy property
-
setEvictionPolicy
Sets the value of the evictionPolicy property. allowed object isString- Parameters:
value- the value of the evictionPolicy property
-
getCapacity
Gets the value of the capacity property. possible object isString- Returns:
- the value of the capacity property
-
setCapacity
Sets the value of the capacity property. allowed object isString- Parameters:
value- the value of the capacity property
-
getDiskStoreName
Gets the value of the diskStoreName property. possible object isString- Returns:
- the value of the diskStoreName property
-
setDiskStoreName
Sets the value of the diskStoreName property. allowed object isString- Parameters:
value- the value of the diskStoreName property
-
getOverflowDirectory
Gets the value of the overflowDirectory property. possible object isString- Returns:
- the value of the overflowDirectory property
-
setOverflowDirectory
Sets the value of the overflowDirectory property. allowed object isString- Parameters:
value- the value of the overflowDirectory property
-