public class HotRodServerConfiguration extends ProtocolServerConfiguration
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.String> |
PROXY_HOST |
static AttributeDefinition<java.lang.Integer> |
PROXY_PORT |
static AttributeDefinition<java.lang.Boolean> |
TOPOLOGY_AWAIT_INITIAL_TRANSFER |
static java.lang.String |
TOPOLOGY_CACHE_NAME_PREFIX |
static AttributeDefinition<java.lang.Long> |
TOPOLOGY_LOCK_TIMEOUT |
static AttributeDefinition<java.lang.Long> |
TOPOLOGY_REPL_TIMEOUT |
static AttributeDefinition<java.lang.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() |
java.lang.String |
proxyHost() |
int |
proxyPort() |
java.lang.String |
publicHost() |
int |
publicPort() |
boolean |
topologyAwaitInitialTransfer() |
java.lang.String |
topologyCacheName() |
long |
topologyLockTimeout() |
long |
topologyReplTimeout() |
boolean |
topologyStateTransfer() |
java.lang.String |
toString() |
adminOperationsHandler, attributes, defaultCacheName, host, idleTimeout, ignoredCaches, ioThreads, name, port, recvBufSize, sendBufSize, ssl, startTransport, tcpKeepAlive, tcpNoDelay, workerThreadspublic static final java.lang.String TOPOLOGY_CACHE_NAME_PREFIX
public static final AttributeDefinition<java.lang.String> PROXY_HOST
public static final AttributeDefinition<java.lang.Integer> PROXY_PORT
public static final AttributeDefinition<java.lang.Boolean> TOPOLOGY_AWAIT_INITIAL_TRANSFER
public static final AttributeDefinition<java.lang.Long> TOPOLOGY_LOCK_TIMEOUT
public static final AttributeDefinition<java.lang.Long> TOPOLOGY_REPL_TIMEOUT
public static final AttributeDefinition<java.lang.Boolean> TOPOLOGY_STATE_TRANSFER
public static AttributeSet attributeDefinitionSet()
public java.lang.String proxyHost()
public java.lang.String publicHost()
public int proxyPort()
public int publicPort()
public java.lang.String topologyCacheName()
public long topologyLockTimeout()
public long topologyReplTimeout()
public boolean topologyAwaitInitialTransfer()
public boolean topologyStateTransfer()
public AuthenticationConfiguration authentication()
public java.lang.String toString()
toString in class ProtocolServerConfiguration