Class MemberGroupId

java.lang.Object
io.atomix.utils.AbstractIdentifier<String>
io.atomix.primitive.partition.MemberGroupId
All Implemented Interfaces:
io.atomix.utils.Identifier<String>

public class MemberGroupId
extends io.atomix.utils.AbstractIdentifier<String>
Member group identifier.
  • Constructor Summary

    Constructors 
    Constructor Description
    MemberGroupId​(String value)  
  • Method Summary

    Modifier and Type Method Description
    static MemberGroupId from​(String id)
    Creates a new member group identifier.

    Methods inherited from class io.atomix.utils.AbstractIdentifier

    equals, hashCode, id, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • from

      public static MemberGroupId from​(String id)
      Creates a new member group identifier.
      Parameters:
      id - the group ID
      Returns:
      the new member group identifier