Package io.atomix.cluster
Class MemberId
- All Implemented Interfaces:
Identifier<String>,Comparable<NodeId>
Controller cluster identity.
-
Field Summary
Fields inherited from class io.atomix.utils.AbstractIdentifier
identifier -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.atomix.utils.AbstractIdentifier
id, toString
-
Constructor Details
-
MemberId
-
-
Method Details
-
anonymous
Creates a new cluster node identifier from the specified string.- Returns:
- node id
-
from
Creates a new cluster node identifier from the specified string.- Parameters:
id- string identifier- Returns:
- node id
-