Class DomainId


  • public class DomainId
    extends Identifier<java.lang.String>
    Representation of a domain identity.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static DomainId LOCAL
      Represents the domain directly managed by ONOS.
    • Constructor Summary

      Constructors 
      Constructor Description
      DomainId​(java.lang.String identifier)
      Constructor of the peer id.
    • Field Detail

      • LOCAL

        public static final DomainId LOCAL
        Represents the domain directly managed by ONOS.
    • Constructor Detail

      • DomainId

        public DomainId​(java.lang.String identifier)
        Constructor of the peer id.
        Parameters:
        identifier - of the peer
    • Method Detail

      • domainId

        public static DomainId domainId​(java.lang.String identifier)
        Creates a peer id from the string identifier.
        Parameters:
        identifier - string identifier
        Returns:
        instance of the class DomainId