Uses of Interface
org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager
-
-
Uses of IInterfaceManager in org.opendaylight.genius.interfacemanager
Classes in org.opendaylight.genius.interfacemanager that implement IInterfaceManager Modifier and Type Class Description class
InterfacemgrProvider
-
Uses of IInterfaceManager in org.opendaylight.genius.interfacemanager.shell
Methods in org.opendaylight.genius.interfacemanager.shell with parameters of type IInterfaceManager Modifier and Type Method Description void
DumpIfmCache. setInterfaceManager(IInterfaceManager interfaceManager)
void
ShowOvsPorts. setInterfaceManager(IInterfaceManager interfaceManager)
void
ShowVlan. setInterfaceManager(IInterfaceManager interfaceManager)
void
ShowVxlan. setInterfaceManager(IInterfaceManager interfaceManager)
-
Uses of IInterfaceManager in org.opendaylight.genius.itm.cli
Methods in org.opendaylight.genius.itm.cli with parameters of type IInterfaceManager Modifier and Type Method Description void
TepShowBridges. setInterfaceManager(IInterfaceManager interfaceManager)
-
Uses of IInterfaceManager in org.opendaylight.genius.itm.confighelpers
Methods in org.opendaylight.genius.itm.confighelpers with parameters of type IInterfaceManager Modifier and Type Method Description static java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>
ItmTunnelStateAddHelper. addTunnel(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface iface, IInterfaceManager ifaceManager, org.opendaylight.mdsal.binding.api.DataBroker broker)
Constructors in org.opendaylight.genius.itm.confighelpers with parameters of type IInterfaceManager Constructor Description ItmInternalTunnelAddWorker(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, TunnelMonitoringConfig tunnelMonitoringConfig, ItmConfig itmCfg, DirectTunnelUtils directTunnelUtil, IInterfaceManager interfaceManager, OvsBridgeRefEntryCache ovsBridgeRefEntryCache, OfEndPointCache ofEndPointCache, DataTreeEventCallbackRegistrar eventCallbacks)
ItmInternalTunnelDeleteWorker(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, TunnelMonitoringConfig tunnelMonitoringConfig, IInterfaceManager interfaceManager, DpnTepStateCache dpnTepStateCache, OvsBridgeEntryCache ovsBridgeEntryCache, OvsBridgeRefEntryCache ovsBridgeRefEntryCache, TunnelStateCache tunnelStateCache, DirectTunnelUtils directTunnelUtils, OfEndPointCache ofEndPointCache, ItmConfig itmConfig, TombstonedNodeManager tombstonedNodeManager)
ItmTunnelAggregationHelper(IInterfaceManager interfaceMngr, IMdsalApiManager mdsalMngr, ItmConfig itmConfig, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator)
-
Uses of IInterfaceManager in org.opendaylight.genius.itm.impl
Methods in org.opendaylight.genius.itm.impl with parameters of type IInterfaceManager Modifier and Type Method Description static StateTunnelList
ItmUtils. buildStateTunnelList(StateTunnelListKey tlKey, java.lang.String name, boolean state, TunnelOperStatus tunOpStatus, IInterfaceManager ifaceManager, org.opendaylight.mdsal.binding.api.DataBroker broker)
static org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface
ItmUtils. getInterface(java.lang.String name, IInterfaceManager ifaceManager)
-
Uses of IInterfaceManager in org.opendaylight.genius.itm.itmdirecttunnels.listeners
Constructors in org.opendaylight.genius.itm.itmdirecttunnels.listeners with parameters of type IInterfaceManager Constructor Description TunnelListenerCreator(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.infrautils.jobcoordinator.JobCoordinator coordinator, EntityOwnershipUtils entityOwnershipUtils, IInterfaceManager interfaceManager, DirectTunnelUtils directTunnelUtils, BfdStateCache bfdStateCache, DpnTepStateCache dpnTepStateCache, DPNTEPsInfoCache dpntePsInfoCache, OvsBridgeEntryCache ovsBridgeEntryCache, TunnelStateCache tunnelStateCache, UnprocessedNodeConnectorCache unprocessedNodeConnectorCache, UnprocessedNodeConnectorEndPointCache unprocessedNodeConnectorEndPointCache)
-
Uses of IInterfaceManager in org.opendaylight.genius.itm.listeners
Constructors in org.opendaylight.genius.itm.listeners with parameters of type IInterfaceManager Constructor Description InterfaceStateListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, IInterfaceManager iinterfacemanager, ItmTunnelAggregationHelper tunnelAggregation, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, TunnelStateCache tunnelStateCache, UnprocessedTunnelsStateCache unprocessedTunnelsStateCache)
TransportZoneListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, IMdsalApiManager mdsalManager, ItmConfig itmConfig, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, TunnelMonitoringConfig tunnelMonitoringConfig, DPNTEPsInfoCache dpnTEPsInfoCache, TunnelStateCache tunnelStateCache, DirectTunnelUtils directTunnelUtils, DpnTepStateCache dpnTepStateCache, OvsBridgeEntryCache ovsBridgeEntryCache, OvsBridgeRefEntryCache ovsBridgeRefEntryCache, IInterfaceManager interfaceManager, OfEndPointCache ofEndPointCache, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry, DataTreeEventCallbackRegistrar eventCallbacks, TombstonedNodeManager tombstonedNodeManager)
TunnelMonitorChangeListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, DirectTunnelUtils directTunnelUtils, DpnTepStateCache dpnTepStateCache, OvsBridgeRefEntryCache ovsBridgeRefEntryCache, IInterfaceManager interfaceManager)
TunnelMonitorIntervalListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, DirectTunnelUtils directTunnelUtils, DpnTepStateCache dpnTepStateCache, OvsBridgeRefEntryCache ovsBridgeRefEntryCache, IInterfaceManager interfaceManager)
-
Uses of IInterfaceManager in org.opendaylight.genius.itm.recovery.impl
Constructors in org.opendaylight.genius.itm.recovery.impl with parameters of type IInterfaceManager Constructor Description ItmTepInstanceRecoveryHandler(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ItmConfig itmConfig, IMdsalApiManager imdsalApiMgr, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, TunnelMonitoringConfig tunnelMonitoringConfig, DPNTEPsInfoCache dpntePsInfoCache, TunnelStateCache tunnelStateCache, DirectTunnelUtils directTunnelUtils, DpnTepStateCache dpnTepStateCache, OvsBridgeEntryCache ovsBridgeEntryCache, OvsBridgeRefEntryCache ovsBridgeRefEntryCache, IInterfaceManager interfaceManager, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry, EntityOwnershipUtils entityOwnershipUtils, OfEndPointCache ofEndPointCache, DataTreeEventCallbackRegistrar eventCallbacks, TombstonedNodeManager tombstonedNodeManager)
ItmTzInstanceRecoveryHandler(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry, EntityOwnershipUtils entityOwnershipUtils, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService, DataTreeEventCallbackRegistrar eventCallbacks, IInterfaceManager interfaceManager, DpnTepStateCache dpnTepStateCache)
-
Uses of IInterfaceManager in org.opendaylight.genius.itm.rpc
Constructors in org.opendaylight.genius.itm.rpc with parameters of type IInterfaceManager 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)
-
Uses of IInterfaceManager in org.opendaylight.genius.testutils
Classes in org.opendaylight.genius.testutils that implement IInterfaceManager Modifier and Type Class Description class
TestInterfaceManager
IInterfaceManager implementation for tests.
-