Class CacheConfig.CacheServer

java.lang.Object
org.apache.geode.cache.configuration.ServerType
org.apache.geode.cache.configuration.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 Details

    • tcpNoDelay

      protected Boolean tcpNoDelay
  • Constructor Details

    • CacheServer

      public CacheServer()
  • Method Details

    • isTcpNoDelay

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

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