Toggle navigation
Home
io.atomix.utils.net.Address to io.atomix.cluster.NodeId
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'atomix'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
node.address()
to
node.id()
nodes.putIfAbsent(localNode.address(),localNode)
to
nodes.putIfAbsent(localNode.id(),localNode)
nodes.remove(localNode.address())
to
nodes.remove(localNode.id())