Class HotRodServerConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<HotRodServerConfiguration>
org.infinispan.server.core.configuration.ProtocolServerConfiguration<HotRodServerConfiguration, SaslAuthenticationConfiguration>
org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- All Implemented Interfaces:
Matchable<HotRodServerConfiguration>, Updatable<HotRodServerConfiguration>
public class HotRodServerConfiguration
extends ProtocolServerConfiguration<HotRodServerConfiguration, SaslAuthenticationConfiguration>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeDefinition<String> static final AttributeDefinition<Integer> static final StringFields inherited from class ProtocolServerConfiguration
ADMIN_OPERATION_HANDLER, authentication, DEFAULT_CACHE_NAME, HOST, IDLE_TIMEOUT, IGNORED_CACHES, IMPLICIT_CONNECTOR, IO_THREADS, ipFilter, MAX_CONTENT_LENGTH, NAME, PORT, RECV_BUF_SIZE, SEND_BUF_SIZE, SOCKET_BINDING, ssl, START_TRANSPORT, TCP_KEEPALIVE, TCP_NODELAY, ZERO_CAPACITY_NODEFields inherited from class ConfigurationElement
attributes, CHILDLESS, children, element, repeated -
Method Summary
Methods inherited from class ProtocolServerConfiguration
adminOperationsHandler, defaultCacheName, disable, enable, host, idleTimeout, ioThreads, ipFilter, isEnabled, isImplicit, maxContentLength, maxContentLengthBytes, name, port, recvBufSize, sendBufSize, socketBinding, ssl, startTransport, tcpKeepAlive, tcpNoDelay, zeroCapacityNodeMethods inherited from class ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, write
-
Field Details
-
TOPOLOGY_CACHE_NAME_PREFIX
- See Also:
-
PROXY_HOST
-
PROXY_PORT
-
-
Method Details
-
attributeDefinitionSet
-
proxyHost
-
publicHost
-
proxyPort
public int proxyPort() -
publicPort
public int publicPort() -
topologyCacheName
-
topologyLockTimeout
public long topologyLockTimeout() -
topologyReplTimeout
public long topologyReplTimeout() -
topologyAwaitInitialTransfer
public boolean topologyAwaitInitialTransfer() -
networkPrefixOverride
public boolean networkPrefixOverride() -
authentication
- Overrides:
authenticationin classProtocolServerConfiguration<HotRodServerConfiguration, SaslAuthenticationConfiguration>
-
topologyCache
-
encryption
-