Uses of Class
org.opendaylight.netvirt.fibmanager.NexthopManager
-
Packages that use NexthopManager Package Description org.opendaylight.netvirt.fibmanager -
-
Uses of NexthopManager in org.opendaylight.netvirt.fibmanager
Methods in org.opendaylight.netvirt.fibmanager that return NexthopManager Modifier and Type Method Description protected NexthopManager
BaseVrfEntryHandler. getNextHopManager()
Constructors in org.opendaylight.netvirt.fibmanager with parameters of type NexthopManager Constructor Description BaseVrfEntryHandler(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, NexthopManager nexthopManager, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalManager, FibUtil fibUtil, org.opendaylight.serviceutils.upgrade.UpgradeState upgradeState, org.opendaylight.genius.datastoreutils.listeners.DataTreeEventCallbackRegistrar eventCallbacks)
BgpRouteVrfEntryHandler(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, NexthopManager nexthopManager, FibUtil fibUtil, org.opendaylight.serviceutils.upgrade.UpgradeState upgradeState, org.opendaylight.genius.datastoreutils.listeners.DataTreeEventCallbackRegistrar eventCallbacks)
FibManagerImpl(NexthopManager nexthopManager, VrfEntryListener vrfEntryListener, org.osgi.framework.BundleContext bundleContext, FibUtil fibUtil, InterVpnLinkCache interVpnLinkCache)
RouterInterfaceVrfEntryHandler(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, NexthopManager nexthopManager, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalManager, IPv6Handler ipv6Handler, FibUtil fibUtil, org.opendaylight.serviceutils.upgrade.UpgradeState upgradeState, org.opendaylight.genius.datastoreutils.listeners.DataTreeEventCallbackRegistrar eventCallbacks)
VrfEntryListener(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalApiManager, NexthopManager nexthopManager, IElanService elanManager, BaseVrfEntryHandler vrfEntryHandler, BgpRouteVrfEntryHandler bgpRouteVrfEntryHandler, RouterInterfaceVrfEntryHandler routerInterfaceVrfEntryHandler, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, FibUtil fibUtil, InterVpnLinkCache interVpnLinkCache, org.opendaylight.serviceutils.upgrade.UpgradeState upgradeState, org.opendaylight.genius.datastoreutils.listeners.DataTreeEventCallbackRegistrar eventCallbacks)
-