Uses of Class
com.hazelcast.config.MulticastConfig

Packages that use MulticastConfig
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of MulticastConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return MulticastConfig
 MulticastConfig MulticastConfig.addTrustedInterface(String ip)
          Adds a trusted interface.
 MulticastConfig JoinConfig.getMulticastConfig()
           
 MulticastConfig MulticastConfig.setEnabled(boolean enabled)
          Enables or disables the multicast discovery mechanism
 MulticastConfig MulticastConfig.setLoopbackModeEnabled(boolean enabled)
          Enables or disables the loopback mode in the multicast discovery mechanism.
 MulticastConfig MulticastConfig.setMulticastGroup(String multicastGroup)
          Sets the multicast-group.
 MulticastConfig MulticastConfig.setMulticastPort(int multicastPort)
          Sets the multicast port.
 MulticastConfig 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 MulticastConfig.setMulticastTimeToLive(int multicastTimeToLive)
          Sets the time to live for the multicast package; a value between 0..255.
 MulticastConfig MulticastConfig.setTrustedInterfaces(Set<String> interfaces)
          Sets the trusted interfaces.
 

Methods in com.hazelcast.config with parameters of type MulticastConfig
 JoinConfig JoinConfig.setMulticastConfig(MulticastConfig multicastConfig)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.