Class CacheConfig.CacheServer
java.lang.Object
org.apache.geode.cache.configuration.ServerType
org.apache.geode.cache.configuration.CacheConfig.CacheServer
- Enclosing class:
- CacheConfig
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
FieldsFields 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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the tcpNoDelay property.voidsetTcpNoDelay(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
-
Field Details
-
tcpNoDelay
-
-
Constructor Details
-
CacheServer
public CacheServer()
-
-
Method Details