Class McastRouteInfo


  • @Deprecated
    public final class McastRouteInfo
    extends java.lang.Object
    Deprecated.
    in 1.11 ("Loon") release. To be moved into an app.
    Multicast information as stored in the store.
    • Method Detail

      • isComplete

        public boolean isComplete()
        Deprecated.
      • route

        public McastRoute route()
        Deprecated.
        The route associated with this multicast information.
        Returns:
        a mulicast route
      • source

        public java.util.Optional<ConnectPoint> source()
        Deprecated.
        The source which has been removed or added.
        Returns:
        an optional connect point
      • sink

        public java.util.Optional<ConnectPoint> sink()
        Deprecated.
        The sink which has been removed or added. The field may not be set if the sink has not been detected yet or has been removed.
        Returns:
        an optional connect point
      • sinks

        public java.util.Set<ConnectPoint> sinks()
        Deprecated.
        Returns the set of sinks associated with this route. Only valid with SOURCE_ADDED events.
        Returns:
        a set of connect points
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object