Uses of Class
io.atomix.cluster.NodeId
| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
-
Uses of NodeId in io.atomix.cluster
Subclasses of NodeId in io.atomix.cluster Modifier and Type Class Description classMemberIdController cluster identity.Methods in io.atomix.cluster that return NodeId Modifier and Type Method Description static NodeIdNodeId. anonymous()Creates a new cluster node identifier from the specified string.static NodeIdNodeId. from(String id)Creates a new cluster node identifier from the specified string.NodeIdNodeConfig. getId()Returns the node identifier.NodeIdNode. id()Returns the instance identifier.Methods in io.atomix.cluster with parameters of type NodeId Modifier and Type Method Description intNodeId. compareTo(NodeId that)MemberConfigMemberConfig. setId(NodeId id)NodeConfigNodeConfig. setId(NodeId id)Sets the node identifier.MemberBuilderMemberBuilder. withId(NodeId id)NodeBuilderNodeBuilder. withId(NodeId id)Sets the node identifier.