| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig |
ClusterConfig.setClusterId(String clusterId)
Sets the cluster identifier.
|
ClusterConfig |
ClusterConfig.setDiscoveryConfig(NodeDiscoveryConfig discoveryConfig)
Sets the node discovery provider configuration.
|
ClusterConfig |
ClusterConfig.setMembershipConfig(MembershipConfig membershipConfig)
Sets the cluster membership configuration.
|
ClusterConfig |
ClusterConfig.setMulticastConfig(MulticastConfig multicastConfig)
Sets the multicast configuration.
|
ClusterConfig |
ClusterConfig.setNodeConfig(MemberConfig nodeConfig)
Sets the local member configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static AtomixClusterBuilder |
AtomixCluster.builder(ClusterConfig config)
Returns a new Atomix builder.
|
| Constructor and Description |
|---|
AtomixCluster(ClusterConfig config) |
Copyright © 2013–2018. All rights reserved.