Class ServerType.ClientSubscription

java.lang.Object
org.apache.geode.cache.configuration.ServerType.ClientSubscription
Enclosing class:
ServerType

public static class ServerType.ClientSubscription extends 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>
 
  • Field Details

    • evictionPolicy

      protected String evictionPolicy
    • capacity

      protected String capacity
    • diskStoreName

      protected String diskStoreName
    • overflowDirectory

      protected String overflowDirectory
  • Constructor Details

    • ClientSubscription

      public ClientSubscription()
  • Method Details

    • getEvictionPolicy

      public String getEvictionPolicy()
      Gets the value of the evictionPolicy property. possible object is String
      Returns:
      the value of the evictionPolicy property
    • setEvictionPolicy

      public void setEvictionPolicy(String value)
      Sets the value of the evictionPolicy property. allowed object is String
      Parameters:
      value - the value of the evictionPolicy property
    • getCapacity

      public String getCapacity()
      Gets the value of the capacity property. possible object is String
      Returns:
      the value of the capacity property
    • setCapacity

      public void setCapacity(String value)
      Sets the value of the capacity property. allowed object is String
      Parameters:
      value - the value of the capacity property
    • getDiskStoreName

      public String getDiskStoreName()
      Gets the value of the diskStoreName property. possible object is String
      Returns:
      the value of the diskStoreName property
    • setDiskStoreName

      public void setDiskStoreName(String value)
      Sets the value of the diskStoreName property. allowed object is String
      Parameters:
      value - the value of the diskStoreName property
    • getOverflowDirectory

      public String getOverflowDirectory()
      Gets the value of the overflowDirectory property. possible object is String
      Returns:
      the value of the overflowDirectory property
    • setOverflowDirectory

      public void setOverflowDirectory(String value)
      Sets the value of the overflowDirectory property. allowed object is String
      Parameters:
      value - the value of the overflowDirectory property