Uses of Class
io.atomix.cluster.Node
Packages that use Node
Package
Description
Provides classes and interfaces for cluster management.
Provides classes and interfaces for extensible cluster membership discovery.
Cluster management interface implementations.
-
Uses of Node in io.atomix.cluster
Subclasses of Node in io.atomix.clusterMethods in io.atomix.cluster that return Node -
Uses of Node in io.atomix.cluster.discovery
Methods in io.atomix.cluster.discovery that return NodeMethods in io.atomix.cluster.discovery that return types with arguments of type NodeModifier and TypeMethodDescriptionBootstrapDiscoveryProvider.getNodes()NodeDiscoveryProvider.getNodes()Returns the set of active nodes.NodeDiscoveryService.getNodes()Returns the set of active nodes.Methods in io.atomix.cluster.discovery with parameters of type NodeModifier and TypeMethodDescriptionBootstrapDiscoveryProvider.join(BootstrapService bootstrap, Node localNode) NodeDiscoveryProvider.join(BootstrapService bootstrap, Node localNode) Joins the cluster.Leaves the cluster.Method parameters in io.atomix.cluster.discovery with type arguments of type NodeModifier and TypeMethodDescriptionBootstrapDiscoveryBuilder.withNodes(Collection<Node> locations) Sets the bootstrap nodes.Constructors in io.atomix.cluster.discovery with parameters of type NodeModifierConstructorDescriptionBootstrapDiscoveryProvider(Node... bootstrapNodes) NodeDiscoveryEvent(NodeDiscoveryEvent.Type type, Node subject) Constructor parameters in io.atomix.cluster.discovery with type arguments of type Node -
Uses of Node in io.atomix.cluster.impl
Subclasses of Node in io.atomix.cluster.implMethods in io.atomix.cluster.impl that return types with arguments of type NodeConstructors in io.atomix.cluster.impl with parameters of type NodeModifierConstructorDescriptionDefaultNodeDiscoveryService(BootstrapService bootstrapService, Node localNode, NodeDiscoveryProvider provider)