Uses of Interface
org.onosproject.segmentrouting.Tunnel
-
Packages that use Tunnel Package Description org.onosproject.segmentrouting Segment routing application components. -
-
Uses of Tunnel in org.onosproject.segmentrouting
Classes in org.onosproject.segmentrouting that implement Tunnel Modifier and Type Class Description classDefaultTunnelDefault Tunnel class.Methods in org.onosproject.segmentrouting that return Tunnel Modifier and Type Method Description TunnelSegmentRoutingManager. getTunnel(String tunnelId)Returns the tunnel object with the tunnel ID.TunnelTunnelHandler. getTunnel(String tid)Returns the tunnel with the tunnel ID given.Methods in org.onosproject.segmentrouting that return types with arguments of type Tunnel Modifier and Type Method Description List<Tunnel>SegmentRoutingManager. getTunnels()List<Tunnel>SegmentRoutingService. getTunnels()Returns all tunnels.List<Tunnel>TunnelHandler. getTunnels()Returns all tunnels.Methods in org.onosproject.segmentrouting with parameters of type Tunnel Modifier and Type Method Description TunnelHandler.ResultSegmentRoutingManager. createTunnel(Tunnel tunnel)TunnelHandler.ResultSegmentRoutingService. createTunnel(Tunnel tunnel)Creates a tunnel.TunnelHandler.ResultTunnelHandler. createTunnel(Tunnel tunnel)Creates a tunnel.TunnelHandler.ResultSegmentRoutingManager. removeTunnel(Tunnel tunnel)TunnelHandler.ResultSegmentRoutingService. removeTunnel(Tunnel tunnel)Removes a tunnel.TunnelHandler.ResultTunnelHandler. removeTunnel(Tunnel tunnelInfo)Removes the tunnel with the tunnel ID given.Constructor parameters in org.onosproject.segmentrouting with type arguments of type Tunnel 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.
-