Gemfire JavaDocs_test
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>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.geode.cache.configuration.ServerType
ServerType.ClientSubscription
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Boolean
tcpNoDelay
-
Fields inherited from class org.apache.geode.cache.configuration.ServerType
bindAddress, clientSubscription, customLoadProbe, groups, hostnameForClients, loadPollInterval, maxConnections, maximumMessageCount, maximumTimeBetweenPings, maxThreads, messageTimeToLive, notifyBySubscription, port, socketBufferSize
-
-
Constructor Summary
Constructors Constructor Description CacheServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
isTcpNoDelay()
Gets the value of the tcpNoDelay property.void
setTcpNoDelay(java.lang.Boolean value)
Sets the value of the tcpNoDelay property.-
Methods inherited from class org.apache.geode.cache.configuration.ServerType
getBindAddress, getClientSubscription, getCustomLoadProbe, getGroups, getHostnameForClients, getLoadPollInterval, getMaxConnections, getMaximumMessageCount, getMaximumTimeBetweenPings, getMaxThreads, getMessageTimeToLive, getPort, getSocketBufferSize, isNotifyBySubscription, setBindAddress, setClientSubscription, setCustomLoadProbe, setHostnameForClients, setLoadPollInterval, setMaxConnections, setMaximumMessageCount, setMaximumTimeBetweenPings, setMaxThreads, setMessageTimeToLive, setNotifyBySubscription, setPort, setSocketBufferSize
-
-
-
-
Method Detail
-
isTcpNoDelay
public java.lang.Boolean isTcpNoDelay()
Gets the value of the tcpNoDelay property. possible object isBoolean
- Returns:
- the value of the tcpNoDelay property
-
setTcpNoDelay
public void setTcpNoDelay(java.lang.Boolean value)
Sets the value of the tcpNoDelay property. allowed object isBoolean
- Parameters:
value
- the value of the tcpNoDelay property
-
-