Uses of Class
io.atomix.cluster.MulticastConfig
| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
-
Uses of MulticastConfig in io.atomix.cluster
Methods in io.atomix.cluster that return MulticastConfig Modifier and Type Method Description MulticastConfigClusterConfig. getMulticastConfig()Returns the multicast configuration.MulticastConfigMulticastConfig. setEnabled(boolean enabled)Sets whether multicast is enabled.MulticastConfigMulticastConfig. setGroup(String group)Sets the multicast group.MulticastConfigMulticastConfig. setGroup(InetAddress group)Sets the multicast group.MulticastConfigMulticastConfig. setPort(int port)Sets the multicast port.Methods in io.atomix.cluster with parameters of type MulticastConfig Modifier and Type Method Description ClusterConfigClusterConfig. setMulticastConfig(MulticastConfig multicastConfig)Sets the multicast configuration.