public class DomainId extends org.onlab.util.Identifier<String>
| Modifier and Type | Field and Description |
|---|---|
static DomainId |
LOCAL
Represents the domain directly managed by ONOS.
|
| Constructor and Description |
|---|
DomainId(String identifier)
Constructor of the peer id.
|
| Modifier and Type | Method and Description |
|---|---|
static DomainId |
domainId(String identifier)
Creates a peer id from the string identifier.
|