Class HotRodServerConfiguration
- java.lang.Object
-
- org.infinispan.commons.configuration.attributes.ConfigurationElement<T>
-
- org.infinispan.server.core.configuration.ProtocolServerConfiguration
-
- org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
-
public class HotRodServerConfiguration extends ProtocolServerConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<String>
PROXY_HOST
static AttributeDefinition<Integer>
PROXY_PORT
static String
TOPOLOGY_CACHE_NAME_PREFIX
static AttributeDefinition<Integer>
WORKER_THREADS
-
Fields inherited from class org.infinispan.server.core.configuration.ProtocolServerConfiguration
ADMIN_OPERATION_HANDLER, DEFAULT_CACHE_NAME, HOST, IDLE_TIMEOUT, IGNORED_CACHES, IMPLICIT_CONNECTOR, IO_THREADS, ipFilter, NAME, PORT, RECV_BUF_SIZE, SEND_BUF_SIZE, SOCKET_BINDING, ssl, START_TRANSPORT, TCP_KEEPALIVE, TCP_NODELAY, ZERO_CAPACITY_NODE
-
Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AttributeSet
attributeDefinitionSet()
AuthenticationConfiguration
authentication()
EncryptionConfiguration
encryption()
boolean
networkPrefixOverride()
String
proxyHost()
int
proxyPort()
String
publicHost()
int
publicPort()
boolean
topologyAwaitInitialTransfer()
TopologyCacheConfiguration
topologyCache()
String
topologyCacheName()
long
topologyLockTimeout()
long
topologyReplTimeout()
boolean
topologyStateTransfer()
Deprecated.since 11.0.-
Methods inherited from class org.infinispan.server.core.configuration.ProtocolServerConfiguration
adminOperationsHandler, defaultCacheName, disable, enable, host, idleTimeout, ioThreads, ipFilter, isEnabled, isImplicit, name, port, recvBufSize, sendBufSize, socketBinding, ssl, startTransport, tcpKeepAlive, tcpNoDelay, zeroCapacityNode
-
Methods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, write
-
-
-
-
Field Detail
-
TOPOLOGY_CACHE_NAME_PREFIX
public static final String TOPOLOGY_CACHE_NAME_PREFIX
- See Also:
- Constant Field Values
-
PROXY_HOST
public static final AttributeDefinition<String> PROXY_HOST
-
PROXY_PORT
public static final AttributeDefinition<Integer> PROXY_PORT
-
WORKER_THREADS
public static final AttributeDefinition<Integer> WORKER_THREADS
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
proxyHost
public String proxyHost()
-
publicHost
public String publicHost()
-
proxyPort
public int proxyPort()
-
publicPort
public int publicPort()
-
topologyCacheName
public String topologyCacheName()
-
topologyLockTimeout
public long topologyLockTimeout()
-
topologyReplTimeout
public long topologyReplTimeout()
-
topologyAwaitInitialTransfer
public boolean topologyAwaitInitialTransfer()
-
networkPrefixOverride
public boolean networkPrefixOverride()
-
topologyStateTransfer
@Deprecated public boolean topologyStateTransfer()
Deprecated.since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
-
authentication
public AuthenticationConfiguration authentication()
-
topologyCache
public TopologyCacheConfiguration topologyCache()
-
encryption
public EncryptionConfiguration encryption()
-
-