public static class ServerType.ClientSubscription
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
capacity |
protected java.lang.String |
diskStoreName |
protected java.lang.String |
evictionPolicy |
protected java.lang.String |
overflowDirectory |
| Constructor and Description |
|---|
ClientSubscription() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCapacity()
Gets the value of the capacity property.
|
java.lang.String |
getDiskStoreName()
Gets the value of the diskStoreName property.
|
java.lang.String |
getEvictionPolicy()
Gets the value of the evictionPolicy property.
|
java.lang.String |
getOverflowDirectory()
Gets the value of the overflowDirectory property.
|
void |
setCapacity(java.lang.String value)
Sets the value of the capacity property.
|
void |
setDiskStoreName(java.lang.String value)
Sets the value of the diskStoreName property.
|
void |
setEvictionPolicy(java.lang.String value)
Sets the value of the evictionPolicy property.
|
void |
setOverflowDirectory(java.lang.String value)
Sets the value of the overflowDirectory property.
|
protected java.lang.String evictionPolicy
protected java.lang.String capacity
protected java.lang.String diskStoreName
protected java.lang.String overflowDirectory
public java.lang.String getEvictionPolicy()
Stringpublic void setEvictionPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCapacity()
Stringpublic void setCapacity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDiskStoreName()
Stringpublic void setDiskStoreName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOverflowDirectory()
Stringpublic void setOverflowDirectory(java.lang.String value)
value - allowed object is
String