Class ActualBestPathRoutes<C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.ChoiceIn<Tables>,​S extends org.opendaylight.yangtools.yang.binding.ChildOf<? super C>,​R extends Route & org.opendaylight.yangtools.yang.binding.ChildOf<? super S> & org.opendaylight.yangtools.yang.binding.Identifiable<I>,​I extends org.opendaylight.yangtools.yang.binding.Identifier<R>>

  • All Implemented Interfaces:
    RouteKeyIdentifier<R,​I>

    public final class ActualBestPathRoutes<C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.ChoiceIn<Tables>,​S extends org.opendaylight.yangtools.yang.binding.ChildOf<? super C>,​R extends Route & org.opendaylight.yangtools.yang.binding.ChildOf<? super S> & org.opendaylight.yangtools.yang.binding.Identifiable<I>,​I extends org.opendaylight.yangtools.yang.binding.Identifier<R>>
    extends AbstractAdvertizedRoute<C,​S,​R,​I>
    Preexistent routes to be advertized before process any route advertized by the peer.
    Author:
    Claudio D. Gasparini
    • Constructor Detail

      • ActualBestPathRoutes

        public ActualBestPathRoutes​(RIBSupport<C,​S,​R,​I> ribSupport,
                                    R route,
                                    PeerId fromPeerId,
                                    Attributes attributes,
                                    boolean depreferenced)