Class MemberId

All Implemented Interfaces:
Identifier<String>, Comparable<NodeId>

public class MemberId extends NodeId
Controller cluster identity.
  • Constructor Details

    • MemberId

      public MemberId(String id)
  • Method Details

    • anonymous

      public static MemberId anonymous()
      Creates a new cluster node identifier from the specified string.
      Returns:
      node id
    • from

      public static MemberId from(String id)
      Creates a new cluster node identifier from the specified string.
      Parameters:
      id - string identifier
      Returns:
      node id