Uses of Class
org.onosproject.segmentrouting.grouphandler.DefaultGroupHandler
-
Packages that use DefaultGroupHandler Package Description org.onosproject.segmentrouting Segment routing application components.org.onosproject.segmentrouting.grouphandler Segment routing group handling. -
-
Uses of DefaultGroupHandler in org.onosproject.segmentrouting
Constructor parameters in org.onosproject.segmentrouting with type arguments of type DefaultGroupHandler Constructor Description TunnelHandler(org.onosproject.net.link.LinkService linkService, DeviceConfiguration deviceConfiguration, Map<org.onosproject.net.DeviceId,DefaultGroupHandler> groupHandlerMap, org.onosproject.store.service.EventuallyConsistentMap<String,Tunnel> tunnelStore)Constructs tunnel handler. -
Uses of DefaultGroupHandler in org.onosproject.segmentrouting.grouphandler
Subclasses of DefaultGroupHandler in org.onosproject.segmentrouting.grouphandler Modifier and Type Class Description classPolicyGroupHandlerA module to create group chains based on the specified device ports and label stack to be applied on each port.Methods in org.onosproject.segmentrouting.grouphandler that return DefaultGroupHandler Modifier and Type Method Description static DefaultGroupHandlerDefaultGroupHandler. createGroupHandler(org.onosproject.net.DeviceId deviceId, org.onosproject.core.ApplicationId appId, org.onosproject.segmentrouting.config.DeviceProperties config, org.onosproject.net.link.LinkService linkService, org.onosproject.net.flowobjective.FlowObjectiveService flowObjService, SegmentRoutingManager srManager)Creates a group handler object.
-