Uses of Class
io.atomix.cluster.NodeConfig
| 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.
|
-
Uses of NodeConfig in io.atomix.cluster
Subclasses of NodeConfig in io.atomix.cluster Modifier and Type Class Description classMemberConfigMember configuration.Methods in io.atomix.cluster that return NodeConfig Modifier and Type Method Description NodeConfigNode. config()NodeConfigNodeConfig. setAddress(io.atomix.utils.net.Address address)Deprecated.NodeConfigNodeConfig. setAddress(String address)Deprecated.NodeConfigNodeConfig. setHost(String host)Sets the node hostname.NodeConfigNodeConfig. setId(NodeId id)Sets the node identifier.NodeConfigNodeConfig. setId(String id)Sets the node identifier.NodeConfigNodeConfig. setPort(int port)Sets the node port.Constructors in io.atomix.cluster with parameters of type NodeConfig Constructor Description Node(NodeConfig config) -
Uses of NodeConfig in io.atomix.cluster.discovery
Methods in io.atomix.cluster.discovery that return types with arguments of type NodeConfig Modifier and Type Method Description Collection<NodeConfig>BootstrapDiscoveryConfig. getNodes()Returns the configured bootstrap nodes.Method parameters in io.atomix.cluster.discovery with type arguments of type NodeConfig Modifier and Type Method Description BootstrapDiscoveryConfigBootstrapDiscoveryConfig. setNodes(Collection<NodeConfig> nodes)Sets the bootstrap nodes.