| Package | Description |
|---|---|
| org.onosproject.mfwd.impl |
Sample Multicast forwarding framework using intents.
|
| Modifier and Type | Field and Description |
|---|---|
EnumSet<McastConnectPoint.JoinSource> |
McastConnectPoint.interest |
| Modifier and Type | Method and Description |
|---|---|
static McastConnectPoint.JoinSource |
McastConnectPoint.JoinSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McastConnectPoint.JoinSource[] |
McastConnectPoint.JoinSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<McastConnectPoint.JoinSource> |
McastConnectPoint.getInterest()
Get the sources of interest for this egressPoint.
|
| Modifier and Type | Method and Description |
|---|---|
McastConnectPoint |
McastRouteBase.addEgressPoint(org.onosproject.net.ConnectPoint cp,
McastConnectPoint.JoinSource interest)
Add an egress McastConnectPoint.
|
McastConnectPoint |
McastRouteBase.addEgressPoint(String cpstr,
McastConnectPoint.JoinSource interest)
Add an egress McastConnectPoint.
|
boolean |
McastRouteBase.removeInterest(McastConnectPoint mcp,
McastConnectPoint.JoinSource interest)
Remove specified interest from the given ConnectPoint.
|
| Constructor and Description |
|---|
McastConnectPoint(org.onosproject.net.ConnectPoint cp,
McastConnectPoint.JoinSource src) |
McastConnectPoint(String connectPoint,
McastConnectPoint.JoinSource src) |
Copyright © 2015. All rights reserved.