Class HotRodServerConfiguration
- java.lang.Object
-
- 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 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
-
Fields inherited from class org.infinispan.server.core.configuration.ProtocolServerConfiguration
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, ZERO_CAPACITY_NODE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class org.infinispan.server.core.configuration.ProtocolServerConfiguration
adminOperationsHandler, attributes, defaultCacheName, host, idleTimeout, ignoredCaches, ioThreads, name, port, recvBufSize, sendBufSize, ssl, startTransport, tcpKeepAlive, tcpNoDelay, workerThreads, zeroCapacityNode
-
-
-
-
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
-
TOPOLOGY_AWAIT_INITIAL_TRANSFER
public static final AttributeDefinition<Boolean> TOPOLOGY_AWAIT_INITIAL_TRANSFER
-
TOPOLOGY_LOCK_TIMEOUT
public static final AttributeDefinition<Long> TOPOLOGY_LOCK_TIMEOUT
-
TOPOLOGY_REPL_TIMEOUT
public static final AttributeDefinition<Long> TOPOLOGY_REPL_TIMEOUT
-
TOPOLOGY_STATE_TRANSFER
public static final AttributeDefinition<Boolean> TOPOLOGY_STATE_TRANSFER
-
-
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()
-
topologyStateTransfer
public boolean topologyStateTransfer()
-
authentication
public AuthenticationConfiguration authentication()
-
toString
public String toString()
- Overrides:
toString
in classProtocolServerConfiguration
-
-