| 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 | Class and Description |
|---|---|
class |
MemberConfig
Member configuration.
|
| Modifier and Type | Method and Description |
|---|---|
NodeConfig |
Node.config() |
NodeConfig |
NodeConfig.setAddress(io.atomix.utils.net.Address address)
Sets the node address.
|
NodeConfig |
NodeConfig.setAddress(String address)
Sets the node address.
|
NodeConfig |
NodeConfig.setId(NodeId id)
Sets the node identifier.
|
NodeConfig |
NodeConfig.setId(String id)
Sets the node identifier.
|
| Constructor and Description |
|---|
Node(NodeConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Collection<NodeConfig> |
BootstrapDiscoveryConfig.getNodes()
Returns the configured bootstrap nodes.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapDiscoveryConfig |
BootstrapDiscoveryConfig.setNodes(Collection<NodeConfig> nodes)
Sets the bootstrap nodes.
|
Copyright © 2013–2018. All rights reserved.