Uses of Class
io.atomix.cluster.ClusterConfig
| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
-
Uses of ClusterConfig in io.atomix.cluster
Methods in io.atomix.cluster that return ClusterConfig Modifier and Type Method Description ClusterConfigClusterConfig. setClusterId(String clusterId)Sets the cluster identifier.ClusterConfigClusterConfig. setDiscoveryConfig(NodeDiscoveryConfig discoveryConfig)Sets the node discovery provider configuration.ClusterConfigClusterConfig. setMembershipConfig(MembershipConfig membershipConfig)Deprecated.since 3.1ClusterConfigClusterConfig. setMessagingConfig(MessagingConfig messagingConfig)Sets the cluster messaging configuration.ClusterConfigClusterConfig. setMulticastConfig(MulticastConfig multicastConfig)Sets the multicast configuration.ClusterConfigClusterConfig. setNodeConfig(MemberConfig nodeConfig)Sets the local member configuration.ClusterConfigClusterConfig. setProtocolConfig(GroupMembershipProtocolConfig protocolConfig)Sets the group membership protocol configuration.Methods in io.atomix.cluster with parameters of type ClusterConfig Modifier and Type Method Description static AtomixClusterBuilderAtomixCluster. builder(ClusterConfig config)Returns a new Atomix builder.Constructors in io.atomix.cluster with parameters of type ClusterConfig Constructor Description AtomixCluster(ClusterConfig config, io.atomix.utils.Version version)