Uses of Interface
org.infinispan.server.hotrod.configuration.HotRodServerChildConfigurationBuilder
Packages that use HotRodServerChildConfigurationBuilder
-
Uses of HotRodServerChildConfigurationBuilder in org.infinispan.server.hotrod.configuration
Classes in org.infinispan.server.hotrod.configuration that implement HotRodServerChildConfigurationBuilderModifier and TypeClassDescriptionclassHotRodServerConfigurationBuilder.Methods in org.infinispan.server.hotrod.configuration that return HotRodServerChildConfigurationBuilderModifier and TypeMethodDescriptionSets the external address of this node, i.e. the address which clients will connect toHotRodServerChildConfigurationBuilder.proxyPort(int proxyPort) Sets the external port of this node, i.e. the port which clients will connect toHotRodServerChildConfigurationBuilder.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.