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