Uses of Class
org.infinispan.configuration.global.TransportConfigurationBuilder
Packages that use TransportConfigurationBuilder
-
Uses of TransportConfigurationBuilder in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return TransportConfigurationBuilderModifier and TypeMethodDescriptionTransportConfigurationBuilder.addProperty
(String key, Object value) TransportConfigurationBuilder.clearProperties()
Clears the transport propertiesTransportConfigurationBuilder.clusterName
(String clusterName) Defines the name of the cluster.TransportConfigurationBuilder.defaultTransport()
TransportConfigurationBuilder.distributedSyncTimeout
(long distributedSyncTimeout) Timeout for coordinating cluster formation when nodes join or leave the cluster.TransportConfigurationBuilder.distributedSyncTimeout
(long distributedSyncTimeout, TimeUnit unit) Timeout for coordinating cluster formation when nodes join or leave the cluster.TransportConfigurationBuilder.initialClusterSize
(int clusterSize) Sets the number of nodes that need to join before the cache container can start.TransportConfigurationBuilder.initialClusterTimeout
(long initialClusterTimeout, TimeUnit unit) Sets the timeout for the initial cluster to form.The id of the machine where this node runs.Name of the current node.The id of the rack where this node runs.TransportConfigurationBuilder.read
(TransportConfiguration template) TransportConfigurationBuilder.remoteExecutor
(String threadPoolName) TransportConfigurationBuilder.removeProperty
(String key) The id of the site where this node runs.CacheContainerConfigurationBuilder.transport()
GlobalConfigurationBuilder.transport()
GlobalConfigurationChildBuilder.transport()
Transport-related (i.e.TransportConfigurationBuilder.transport
(org.infinispan.remoting.transport.Transport transport) Class that represents a network transport.TransportConfigurationBuilder.transportExecutor
(String threadPoolName) Deprecated.TransportConfigurationBuilder.withProperties
(Properties properties) Sets transport properties