| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
| io.atomix.cluster.discovery |
Provides classes and interfaces for extensible cluster membership discovery.
|
| Modifier and Type | Method and Description |
|---|---|
NodeDiscoveryConfig |
ClusterConfig.getDiscoveryConfig()
Returns the node discovery provider configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig |
ClusterConfig.setDiscoveryConfig(NodeDiscoveryConfig discoveryConfig)
Sets the node discovery provider configuration.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NodeDiscoveryProvider.Type<C extends NodeDiscoveryConfig>
Membership provider type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapDiscoveryConfig
Bootstrap discovery configuration.
|
class |
DnsDiscoveryConfig
DNS discovery configuration.
|
class |
MulticastDiscoveryConfig
Multicast discovery configuration.
|
Copyright © 2013-2019. All Rights Reserved.