| Package | Description |
|---|---|
| org.onosproject.mfwd.impl |
Sample Multicast forwarding framework using intents.
|
| Modifier and Type | Field and Description |
|---|---|
protected McastConnectPoint |
McastRouteBase.ingressPoint |
| Modifier and Type | Field and Description |
|---|---|
protected Set<McastConnectPoint> |
McastRouteBase.egressPoints |
| Modifier and Type | Method and Description |
|---|---|
McastConnectPoint |
McastRouteBase.addEgressPoint(org.onosproject.net.ConnectPoint cp)
Add an egress McastConnectPoint.
|
McastConnectPoint |
McastRouteBase.addEgressPoint(org.onosproject.net.ConnectPoint cp,
McastConnectPoint.JoinSource interest)
Add an egress McastConnectPoint.
|
McastConnectPoint |
McastRouteBase.addEgressPoint(String connectPoint)
Add an egress connect point from a string.
|
McastConnectPoint |
McastRouteBase.addEgressPoint(String cpstr,
McastConnectPoint.JoinSource interest)
Add an egress McastConnectPoint.
|
McastConnectPoint |
McastRouteBase.findEgressConnectPoint(org.onosproject.net.ConnectPoint cp)
Find the Multicast Connect Point that contains the ConnectPoint.
|
McastConnectPoint |
McastRouteBase.getIngressPoint()
Get the ingress McastConnectPoint.
|
| Modifier and Type | Method and Description |
|---|---|
Set<McastConnectPoint> |
McastRouteBase.getEgressPoints()
Get egress connect points for the route.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
McastRouteBase.removeInterest(McastConnectPoint mcp,
McastConnectPoint.JoinSource interest)
Remove specified interest from the given ConnectPoint.
|
Copyright © 2015. All rights reserved.