Uses of Class
org.opendaylight.netvirt.elan.internal.ElanInterfaceManager
-
Packages that use ElanInterfaceManager Package Description org.opendaylight.netvirt.elan.internal -
-
Uses of ElanInterfaceManager in org.opendaylight.netvirt.elan.internal
Methods in org.opendaylight.netvirt.elan.internal that return ElanInterfaceManager Modifier and Type Method Description protected ElanInterfaceManager
ElanInterfaceManager. getDataTreeChangeListener()
Constructors in org.opendaylight.netvirt.elan.internal with parameters of type ElanInterfaceManager Constructor Description ElanInstanceManager(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.IdManagerService managerService, ElanInterfaceManager elanInterfaceManager, org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanInterfaceCache elanInterfaceCache)
ElanInterfaceConfigListener(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, ElanInterfaceManager elanInterfaceManager, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanInterfaceCache elanInterfaceCache)
ElanInterfaceStateChangeListener(org.opendaylight.controller.md.sal.binding.api.DataBroker db, ElanInterfaceManager ifManager, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanInstanceCache elanInstanceCache, ElanInterfaceCache elanInterfaceCache)
ElanInterfaceStateClusteredListener(org.opendaylight.controller.md.sal.binding.api.DataBroker broker, ElanInterfaceManager elanInterfaceManager, ElanUtils elanUtils, ElanClusterUtils elanClusterUtils)
ElanTunnelInterfaceStateListener(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, ElanInterfaceManager elanInterfaceManager, ElanUtils elanUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator)
InterfaceAddWorkerOnElan(java.lang.String key, ElanInterface elanInterface, org.opendaylight.genius.interfacemanager.globals.InterfaceInfo interfaceInfo, ElanInstance elanInstance, ElanInterfaceManager dataChangeListener)
InterfaceAddWorkerOnElanInterface(java.lang.String key, ElanInterface elanInterface, org.opendaylight.genius.interfacemanager.globals.InterfaceInfo interfaceInfo, ElanInstance elanInstance, boolean isFirstInterfaceInDpn, ElanInterfaceManager dataChangeListener)
InterfaceRemoveWorkerOnElan(java.lang.String key, ElanInstance elanInfo, java.lang.String interfaceName, org.opendaylight.genius.interfacemanager.globals.InterfaceInfo interfaceInfo, ElanInterfaceManager dataChangeListener)
InterfaceRemoveWorkerOnElanInterface(java.lang.String interfaceName, ElanInstance elanInfo, org.opendaylight.genius.interfacemanager.globals.InterfaceInfo interfaceInfo, ElanInterfaceManager dataChangeListener, boolean isLastElanInterface)
-