Uses of Class
org.onosproject.segmentrouting.xconnect.api.XconnectKey
-
Packages that use XconnectKey Package Description org.onosproject.segmentrouting.xconnect.api VLAN cross connect API.org.onosproject.segmentrouting.xconnect.impl VLAN cross connect implementation. -
-
Uses of XconnectKey in org.onosproject.segmentrouting.xconnect.api
Methods in org.onosproject.segmentrouting.xconnect.api that return XconnectKey Modifier and Type Method Description XconnectKeyXconnectDesc. key()Gets Xconnect key.Methods in org.onosproject.segmentrouting.xconnect.api that return types with arguments of type XconnectKey Modifier and Type Method Description com.google.common.collect.ImmutableMap<XconnectKey,Integer>XconnectService. getNext()Returns the Xconnect next objective store.Constructors in org.onosproject.segmentrouting.xconnect.api with parameters of type XconnectKey Constructor Description XconnectDesc(XconnectKey key, Set<XconnectEndpoint> endpoints)Constructs new Xconnect description with given device ID and VLAN ID. -
Uses of XconnectKey in org.onosproject.segmentrouting.xconnect.impl
Methods in org.onosproject.segmentrouting.xconnect.impl that return types with arguments of type XconnectKey Modifier and Type Method Description com.google.common.collect.ImmutableMap<XconnectKey,Integer>XconnectManager. getNext()
-