Uses of Class
org.opendaylight.genius.itm.cache.OvsBridgeRefEntryCache
-
-
Uses of OvsBridgeRefEntryCache in org.opendaylight.genius.itm.cli
Methods in org.opendaylight.genius.itm.cli with parameters of type OvsBridgeRefEntryCache Modifier and Type Method Description void
TepShowBridges. setOvsBridgeRefEntryCache(OvsBridgeRefEntryCache ovsBridgeRefEntryCache)
-
Uses of OvsBridgeRefEntryCache in org.opendaylight.genius.itm.confighelpers
Constructors in org.opendaylight.genius.itm.confighelpers with parameters of type OvsBridgeRefEntryCache 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)
ItmMonitorWorker(java.lang.String tzone, java.lang.Boolean enabled, java.lang.Class<? extends TunnelMonitoringTypeBase> monitorProtocol, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, DirectTunnelUtils directTunnelUtils, DpnTepStateCache dpnTepStateCache, OvsBridgeRefEntryCache ovsBridgeRefEntryCache)
ItmMonitorWorker(java.lang.String tzone, org.opendaylight.yangtools.yang.common.Uint16 interval, java.lang.Class<? extends TunnelMonitoringTypeBase> monitorProtocol, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, DirectTunnelUtils directTunnelUtils, DpnTepStateCache dpnTepStateCache, OvsBridgeRefEntryCache ovsBridgeRefEntryCache)
-
Uses of OvsBridgeRefEntryCache in org.opendaylight.genius.itm.listeners
Constructors in org.opendaylight.genius.itm.listeners with parameters of type OvsBridgeRefEntryCache Constructor Description 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 OvsBridgeRefEntryCache in org.opendaylight.genius.itm.recovery.impl
Constructors in org.opendaylight.genius.itm.recovery.impl with parameters of type OvsBridgeRefEntryCache 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)
-
Uses of OvsBridgeRefEntryCache in org.opendaylight.genius.itm.rpc
Constructors in org.opendaylight.genius.itm.rpc with parameters of type OvsBridgeRefEntryCache 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)
-