Class McastRouteInfo


  • @Deprecated
    public final class McastRouteInfo
    extends 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 Optional<ConnectPoint> source()
        Deprecated.
        The source which has been removed or added.
        Returns:
        an optional connect point
      • sink

        public 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 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