Uses of Class
org.opendaylight.genius.itm.cache.DPNTEPsInfoCache
-
-
Uses of DPNTEPsInfoCache in org.opendaylight.genius.itm.cache
Constructors in org.opendaylight.genius.itm.cache with parameters of type DPNTEPsInfoCache Constructor Description DpnTepStateCache(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.infrautils.jobcoordinator.JobCoordinator coordinator, org.opendaylight.infrautils.caches.CacheProvider cacheProvider, DirectTunnelUtils directTunnelUtils, DPNTEPsInfoCache dpnTepsInfoCache, UnprocessedNodeConnectorCache unprocessedNCCache, UnprocessedNodeConnectorEndPointCache unprocessedNodeConnectorEndPointCache)
-
Uses of DPNTEPsInfoCache in org.opendaylight.genius.itm.confighelpers
Constructors in org.opendaylight.genius.itm.confighelpers with parameters of type DPNTEPsInfoCache Constructor Description ItmExternalTunnelAddWorker(ItmConfig itmConfig, DPNTEPsInfoCache dpnTEPsInfoCache)
ItmTepRemoveWorker(java.util.List<DPNTEPsInfo> delDpnList, java.util.List<HwVtep> delHwList, TransportZone originalTZone, IMdsalApiManager mdsalManager, ItmInternalTunnelDeleteWorker itmInternalTunnelDeleteWorker, DPNTEPsInfoCache dpnTEPsInfoCache, ManagedNewTransactionRunner txRunner, ItmConfig itmConfig)
-
Uses of DPNTEPsInfoCache in org.opendaylight.genius.itm.impl
Methods in org.opendaylight.genius.itm.impl with parameters of type DPNTEPsInfoCache Modifier and Type Method Description static java.util.List<DPNTEPsInfo>
ItmUtils. getDpnTepListFromDpnId(DPNTEPsInfoCache dpnTEPsInfoCache, java.util.List<org.opendaylight.yangtools.yang.common.Uint64> dpnIds)
-
Uses of DPNTEPsInfoCache in org.opendaylight.genius.itm.itmdirecttunnels.listeners
Constructors in org.opendaylight.genius.itm.itmdirecttunnels.listeners with parameters of type DPNTEPsInfoCache Constructor Description TunnelInventoryStateListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.infrautils.jobcoordinator.JobCoordinator coordinator, TunnelStateCache tunnelStateCache, DpnTepStateCache dpnTepStateCache, DPNTEPsInfoCache dpntePsInfoCache, UnprocessedNodeConnectorCache unprocessedNCCache, UnprocessedNodeConnectorEndPointCache unprocessedNodeConnectorEndPointCache, DirectTunnelUtils directTunnelUtils)
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 DPNTEPsInfoCache in org.opendaylight.genius.itm.listeners
Constructors in org.opendaylight.genius.itm.listeners with parameters of type DPNTEPsInfoCache 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)
-
Uses of DPNTEPsInfoCache in org.opendaylight.genius.itm.recovery.impl
Constructors in org.opendaylight.genius.itm.recovery.impl with parameters of type DPNTEPsInfoCache 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 DPNTEPsInfoCache in org.opendaylight.genius.itm.rpc
Constructors in org.opendaylight.genius.itm.rpc with parameters of type DPNTEPsInfoCache 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)
-