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

  • All Implemented Interfaces:
    RouteKeyIdentifier

    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>>
    extends AbstractAdvertizedRoute<C,​S>
    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> ribSupport,
                                    org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route,
                                    PeerId fromPeerId,
                                    org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes,
                                    boolean depreferenced)