Uses of Class
org.onosproject.segmentrouting.DeviceConfiguration
-
Packages that use DeviceConfiguration Package Description org.onosproject.segmentrouting Segment routing application components. -
-
Uses of DeviceConfiguration in org.onosproject.segmentrouting
Fields in org.onosproject.segmentrouting declared as DeviceConfiguration Modifier and Type Field Description protected DeviceConfigurationSegmentRoutingNeighbourHandler. configMethods in org.onosproject.segmentrouting that return DeviceConfiguration Modifier and Type Method Description DeviceConfigurationSegmentRoutingManager. deviceConfiguration()Returns the device configuration.Constructors in org.onosproject.segmentrouting with parameters of type DeviceConfiguration Constructor Description PolicyHandler(org.onosproject.core.ApplicationId appId, DeviceConfiguration deviceConfiguration, org.onosproject.net.flowobjective.FlowObjectiveService flowObjectiveService, TunnelHandler tunnelHandler, org.onosproject.store.service.EventuallyConsistentMap<String,Policy> policyStore)Constructs policy handler.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.
-