VMware GemFire Java API Reference
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 BooleantcpNoDelay-
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 BooleanisTcpNoDelay()Gets 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
-
-