Uses of Class
com.hazelcast.config.MulticastConfig
Packages that use MulticastConfig
-
Uses of MulticastConfig in com.hazelcast.config
Methods in com.hazelcast.config that return MulticastConfigModifier and TypeMethodDescriptionMulticastConfig.addTrustedInterface
(String ip) Adds a trusted interface.JoinConfig.getMulticastConfig()
MulticastConfig.setEnabled
(boolean enabled) Enables or disables the multicast discovery mechanismMulticastConfig.setLoopbackModeEnabled
(Boolean enabled) Explicitly enables or disables the loopback mode in the multicast discovery mechanism.MulticastConfig.setMulticastGroup
(String multicastGroup) Sets the multicast group.MulticastConfig.setMulticastPort
(int multicastPort) Sets the multicast port.MulticastConfig.setMulticastTimeoutSeconds
(int multicastTimeoutSeconds) Specifies the time in seconds that a node should wait for a valid multicast response from another node running in the network before declaring itself as master node and creating its own cluster.MulticastConfig.setMulticastTimeToLive
(int multicastTimeToLive) Sets the time to live for the multicast package; a value between 0..255.MulticastConfig.setTrustedInterfaces
(Set<String> interfaces) Sets the trusted interfaces.Methods in com.hazelcast.config with parameters of type MulticastConfig