Uses of Class
io.atomix.cluster.NodeConfig
Packages that use NodeConfig
Package
Description
Provides classes and interfaces for cluster management.
Provides classes and interfaces for extensible cluster membership discovery.
-
Uses of NodeConfig in io.atomix.cluster
Subclasses of NodeConfig in io.atomix.clusterFields in io.atomix.cluster declared as NodeConfigMethods in io.atomix.cluster that return NodeConfigModifier and TypeMethodDescriptionNode.config()NodeConfig.setAddress(Address address) Sets the node address.Sets the node hostname.Sets the node identifier.Sets the node identifier.NodeConfig.setPort(int port) Sets the node port.Constructors in io.atomix.cluster with parameters of type NodeConfig -
Uses of NodeConfig in io.atomix.cluster.discovery
Methods in io.atomix.cluster.discovery that return types with arguments of type NodeConfigModifier and TypeMethodDescriptionBootstrapDiscoveryConfig.getNodes()Returns the configured bootstrap nodes.Method parameters in io.atomix.cluster.discovery with type arguments of type NodeConfigModifier and TypeMethodDescriptionBootstrapDiscoveryConfig.setNodes(Collection<NodeConfig> nodes) Sets the bootstrap nodes.