@Deprecated
public final class McastRouteInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
isComplete()
Deprecated.
|
static McastRouteInfo |
mcastRouteInfo(McastRoute route)
Deprecated.
|
static McastRouteInfo |
mcastRouteInfo(McastRoute route,
ConnectPoint sink,
ConnectPoint source)
Deprecated.
|
static McastRouteInfo |
mcastRouteInfo(McastRoute route,
java.util.Set<ConnectPoint> sinks,
ConnectPoint source)
Deprecated.
|
McastRoute |
route()
Deprecated.
The route associated with this multicast information.
|
java.util.Optional<ConnectPoint> |
sink()
Deprecated.
The sink which has been removed or added.
|
java.util.Set<ConnectPoint> |
sinks()
Deprecated.
Returns the set of sinks associated with this route.
|
java.util.Optional<ConnectPoint> |
source()
Deprecated.
The source which has been removed or added.
|
java.lang.String |
toString()
Deprecated.
|
public static McastRouteInfo mcastRouteInfo(McastRoute route)
public static McastRouteInfo mcastRouteInfo(McastRoute route, ConnectPoint sink, ConnectPoint source)
public static McastRouteInfo mcastRouteInfo(McastRoute route, java.util.Set<ConnectPoint> sinks, ConnectPoint source)
public boolean isComplete()
public McastRoute route()
public java.util.Optional<ConnectPoint> source()
public java.util.Optional<ConnectPoint> sink()
public java.util.Set<ConnectPoint> sinks()
public java.lang.String toString()
toString
in class java.lang.Object