Uses of Class
org.onosproject.segmentrouting.storekey.MacVlanNextObjectiveStoreKey
-
Packages that use MacVlanNextObjectiveStoreKey Package Description org.onosproject.segmentrouting Segment routing application components.org.onosproject.segmentrouting.grouphandler Segment routing group handling. -
-
Uses of MacVlanNextObjectiveStoreKey in org.onosproject.segmentrouting
Methods in org.onosproject.segmentrouting that return types with arguments of type MacVlanNextObjectiveStoreKey Modifier and Type Method Description com.google.common.collect.ImmutableMap<MacVlanNextObjectiveStoreKey,Integer>SegmentRoutingManager. getMacVlanNextObjStore()com.google.common.collect.ImmutableMap<MacVlanNextObjectiveStoreKey,Integer>SegmentRoutingService. getMacVlanNextObjStore()Returns the Mac Vlan next objective store.org.onosproject.store.service.EventuallyConsistentMap<MacVlanNextObjectiveStoreKey,Integer>SegmentRoutingManager. macVlanNextObjStore()Per device next objective ID store with (device id + MAC address + vlan) as key. -
Uses of MacVlanNextObjectiveStoreKey in org.onosproject.segmentrouting.grouphandler
Fields in org.onosproject.segmentrouting.grouphandler with type parameters of type MacVlanNextObjectiveStoreKey Modifier and Type Field Description protected org.onosproject.store.service.EventuallyConsistentMap<MacVlanNextObjectiveStoreKey,Integer>DefaultGroupHandler. macVlanNextObjStore
-