Class AdvertizedRoute<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 AdvertizedRoute<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>
    new Routes to be advertized.
    Author:
    Claudio D. Gasparini
    • Constructor Detail

      • AdvertizedRoute

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

        public AdvertizedRoute​(RIBSupport<C,​S,​R,​I> ribSupport,
                               boolean isFirstBestPath,
                               R route,
                               Attributes attributes,
                               PeerId fromPeerId,
                               boolean depreferenced)
    • Method Detail

      • isFirstBestPath

        public boolean isFirstBestPath()