Uses of Interface
org.opendaylight.genius.interfacemanager.interfaces.InterfaceManagerService
-
Packages that use InterfaceManagerService Package Description org.opendaylight.genius.interfacemanager.rpcservice org.opendaylight.genius.itm.rpc -
-
Uses of InterfaceManagerService in org.opendaylight.genius.interfacemanager.rpcservice
Classes in org.opendaylight.genius.interfacemanager.rpcservice that implement InterfaceManagerService Modifier and Type Class Description class
InterfaceManagerServiceImpl
Constructors in org.opendaylight.genius.interfacemanager.rpcservice with parameters of type InterfaceManagerService Constructor Description InterfaceManagerRpcService(InterfaceManagerService interfaceManagerService)
-
Uses of InterfaceManagerService in org.opendaylight.genius.itm.rpc
Constructors in org.opendaylight.genius.itm.rpc with parameters of type InterfaceManagerService Constructor Description ItmManagerRpcService(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, IMdsalApiManager mdsalManager, ItmConfig itmConfig, DPNTEPsInfoCache dpnTEPsInfoCache, IInterfaceManager interfaceManager, DpnTepStateCache dpnTepStateCache, TunnelStateCache tunnelStateCache, InterfaceManagerService interfaceManagerService, OvsBridgeRefEntryCache ovsBridgeRefEntryCache, DirectTunnelUtils directTunnelUtils)
-