Package | Description |
---|---|
org.infinispan.server.hotrod.configuration |
Modifier and Type | Method and Description |
---|---|
HotRodServerConfigurationBuilder |
HotRodServerConfigurationBuilder.proxyHost(String proxyHost)
Sets the external address of this node, i.e.
|
HotRodServerConfigurationBuilder |
HotRodServerConfigurationBuilder.proxyPort(int proxyPort)
Sets the external port of this node, i.e.
|
HotRodServerConfigurationBuilder |
HotRodServerConfigurationBuilder.read(HotRodServerConfiguration template) |
HotRodServerConfigurationBuilder |
HotRodServerConfigurationBuilder.self() |
HotRodServerConfigurationBuilder |
HotRodServerConfigurationBuilder.topologyAwaitInitialTransfer(boolean topologyAwaitInitialTransfer)
Configures whether to enable waiting for initial state transfer for the topology cache.
|
HotRodServerConfigurationBuilder |
HotRodServerConfigurationBuilder.topologyLockTimeout(long topologyLockTimeout)
Configures the lock acquisition timeout for the topology cache.
|
HotRodServerConfigurationBuilder |
HotRodServerConfigurationBuilder.topologyReplTimeout(long topologyReplTimeout)
Configures the replication timeout for the topology cache.
|
HotRodServerConfigurationBuilder |
HotRodServerConfigurationBuilder.topologyStateTransfer(boolean topologyStateTransfer)
Configures whether to enable state transfer for the topology cache.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.