Class DomainId


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

      • LOCAL

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

      • DomainId

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

      • domainId

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