public class HotRodServerConfiguration extends ProtocolServerConfiguration
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<String> |
PROXY_HOST |
static AttributeDefinition<Integer> |
PROXY_PORT |
static AttributeDefinition<Boolean> |
TOPOLOGY_AWAIT_INITIAL_TRANSFER |
static String |
TOPOLOGY_CACHE_NAME_PREFIX |
static AttributeDefinition<Long> |
TOPOLOGY_LOCK_TIMEOUT |
static AttributeDefinition<Long> |
TOPOLOGY_REPL_TIMEOUT |
static AttributeDefinition<Boolean> |
TOPOLOGY_STATE_TRANSFER |
ADMIN_OPERATION_HANDLER, attributes, DEFAULT_CACHE_NAME, HOST, IDLE_TIMEOUT, IGNORED_CACHES, IO_THREADS, NAME, PORT, RECV_BUF_SIZE, SEND_BUF_SIZE, ssl, START_TRANSPORT, TCP_KEEPALIVE, TCP_NODELAY, WORKER_THREADS
Modifier and Type | Method and Description |
---|---|
static AttributeSet |
attributeDefinitionSet() |
AuthenticationConfiguration |
authentication() |
String |
proxyHost() |
int |
proxyPort() |
String |
publicHost() |
int |
publicPort() |
boolean |
topologyAwaitInitialTransfer() |
String |
topologyCacheName() |
long |
topologyLockTimeout() |
long |
topologyReplTimeout() |
boolean |
topologyStateTransfer() |
String |
toString() |
adminOperationsHandler, attributes, defaultCacheName, host, idleTimeout, ignoredCaches, ioThreads, name, port, recvBufSize, sendBufSize, ssl, startTransport, tcpKeepAlive, tcpNoDelay, workerThreads
public static final String TOPOLOGY_CACHE_NAME_PREFIX
public static final AttributeDefinition<String> PROXY_HOST
public static final AttributeDefinition<Integer> PROXY_PORT
public static final AttributeDefinition<Boolean> TOPOLOGY_AWAIT_INITIAL_TRANSFER
public static final AttributeDefinition<Long> TOPOLOGY_LOCK_TIMEOUT
public static final AttributeDefinition<Long> TOPOLOGY_REPL_TIMEOUT
public static final AttributeDefinition<Boolean> TOPOLOGY_STATE_TRANSFER
public static AttributeSet attributeDefinitionSet()
public String proxyHost()
public String publicHost()
public int proxyPort()
public int publicPort()
public String topologyCacheName()
public long topologyLockTimeout()
public long topologyReplTimeout()
public boolean topologyAwaitInitialTransfer()
public boolean topologyStateTransfer()
public AuthenticationConfiguration authentication()
public String toString()
toString
in class ProtocolServerConfiguration
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.