| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
| Modifier and Type | Method and Description |
|---|---|
MulticastConfig |
ClusterConfig.getMulticastConfig()
Returns the multicast configuration.
|
MulticastConfig |
MulticastConfig.setEnabled(boolean enabled)
Sets whether multicast is enabled.
|
MulticastConfig |
MulticastConfig.setGroup(java.net.InetAddress group)
Sets the multicast group.
|
MulticastConfig |
MulticastConfig.setGroup(java.lang.String group)
Sets the multicast group.
|
MulticastConfig |
MulticastConfig.setPort(int port)
Sets the multicast port.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig |
ClusterConfig.setMulticastConfig(MulticastConfig multicastConfig)
Sets the multicast configuration.
|
Copyright © 2013-2018. All Rights Reserved.