| 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(Address address)
Sets the node address.
|
NodeConfig |
NodeConfig.setAddress(java.lang.String address)
Sets the node address.
|
NodeConfig |
NodeConfig.setId(NodeId id)
Sets the node identifier.
|
NodeConfig |
NodeConfig.setId(java.lang.String id)
Sets the node identifier.
|
| Constructor and Description |
|---|
Node(NodeConfig config) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<NodeConfig> |
BootstrapDiscoveryConfig.getNodes()
Returns the configured bootstrap nodes.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapDiscoveryConfig |
BootstrapDiscoveryConfig.setNodes(java.util.Collection<NodeConfig> nodes)
Sets the bootstrap nodes.
|
Copyright © 2013-2018. All Rights Reserved.