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.distributedSyncTimeout(String distributedSyncTimeout) Same asdistributedSyncTimeout(long)but supporting time unitsTransportConfigurationBuilder.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.TransportConfigurationBuilder.initialClusterTimeout(String initialClusterTimeout) Same asinitialClusterTimeout(long, TimeUnit)but supporting time units.The id of the machine where this node runs.Name of the current node.The id of the rack where this node runs.TransportConfigurationBuilder.raftMember(String member) Adds a single member to theraft-members.TransportConfigurationBuilder.raftMembers(String... members) Adds multiple members to theraft-members.TransportConfigurationBuilder.raftMembers(Collection<String> members) Adds multiple members to theraft-members.TransportConfigurationBuilder.read(TransportConfiguration template, Combine combine) TransportConfigurationBuilder.removeProperty(String key) The id of the site where this node runs.AbstractGlobalConfigurationBuilder.transport()CacheContainerConfigurationBuilder.transport()GlobalConfigurationBuilder.transport()GlobalConfigurationChildBuilder.transport()Transport-related (i.e. clustering) configurationClass that represents a network transport.TransportConfigurationBuilder.transportExecutor(String threadPoolName) Deprecated, for removal: This API element is subject to removal in a future version.TransportConfigurationBuilder.withProperties(Properties properties) Sets transport properties