public interface HotRodServerChildConfigurationBuilder
Modifier and Type | Method and Description |
---|---|
AuthenticationConfigurationBuilder |
authentication()
Configures authentication for this endpoint
|
HotRodServerChildConfigurationBuilder |
proxyHost(String proxyHost)
Sets the external address of this node, i.e.
|
HotRodServerChildConfigurationBuilder |
proxyPort(int proxyPort)
Sets the external port of this node, i.e.
|
HotRodServerChildConfigurationBuilder |
topologyAwaitInitialTransfer(boolean topologyAwaitInitialTransfer)
Configures whether to enable waiting for initial state transfer for the topology cache.
|
HotRodServerChildConfigurationBuilder |
topologyLockTimeout(long topologyLockTimeout)
Configures the lock acquisition timeout for the topology cache.
|
HotRodServerChildConfigurationBuilder |
topologyReplTimeout(long topologyReplTimeout)
Configures the replication timeout for the topology cache.
|
HotRodServerChildConfigurationBuilder |
topologyStateTransfer(boolean topologyStateTransfer)
Configures whether to enable state transfer for the topology cache.
|
AuthenticationConfigurationBuilder authentication()
HotRodServerChildConfigurationBuilder proxyHost(String proxyHost)
HotRodServerChildConfigurationBuilder proxyPort(int proxyPort)
HotRodServerChildConfigurationBuilder topologyLockTimeout(long topologyLockTimeout)
LockingConfigurationBuilder.lockAcquisitionTimeout(long)
.
Defaults to 10 secondsHotRodServerChildConfigurationBuilder topologyReplTimeout(long topologyReplTimeout)
SyncConfigurationBuilder.replTimeout(long)
.
Defaults to 10 secondsHotRodServerChildConfigurationBuilder topologyAwaitInitialTransfer(boolean topologyAwaitInitialTransfer)
StateTransferConfigurationBuilder.awaitInitialTransfer(boolean)
HotRodServerChildConfigurationBuilder topologyStateTransfer(boolean topologyStateTransfer)
ClusterLoader
will be used to lazily retrieve topology information from the
other nodes. Defaults to true.Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.