Class CacheConfig.CacheServer

  • Enclosing class:
    CacheConfig

    public static class CacheConfig.CacheServer
    extends ServerType

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <extension base="{http://geode.apache.org/schema/cache}server-type">
           <attribute name="tcp-no-delay" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • tcpNoDelay

        protected java.lang.Boolean tcpNoDelay
    • Constructor Detail

      • CacheServer

        public CacheServer()
    • Method Detail

      • isTcpNoDelay

        public java.lang.Boolean isTcpNoDelay()
        Gets the value of the tcpNoDelay property. possible object is Boolean
        Returns:
        the value of the tcpNoDelay property
      • setTcpNoDelay

        public void setTcpNoDelay​(java.lang.Boolean value)
        Sets the value of the tcpNoDelay property. allowed object is Boolean
        Parameters:
        value - the value of the tcpNoDelay property