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

  • All Implemented Interfaces:
    RouteKeyIdentifier

    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>>
    extends AbstractAdvertizedRoute<C,​S>
    new Routes to be advertized.
    Author:
    Claudio D. Gasparini
    • Constructor Detail

      • AdvertizedRoute

        public AdvertizedRoute​(RIBSupport<C,​S> ribSupport,
                               org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route,
                               org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes,
                               PeerId fromPeerId,
                               boolean depreferenced)
      • AdvertizedRoute

        public AdvertizedRoute​(RIBSupport<C,​S> ribSupport,
                               boolean isFirstBestPath,
                               org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route,
                               org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes,
                               PeerId fromPeerId,
                               boolean depreferenced)
    • Method Detail

      • isFirstBestPath

        public boolean isFirstBestPath()