Uses of Class
org.opendaylight.genius.itm.cache.DpnTepStateCache
-
-
Uses of DpnTepStateCache in org.opendaylight.genius.itm.confighelpers
Constructors in org.opendaylight.genius.itm.confighelpers with parameters of type DpnTepStateCache Constructor Description 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 DpnTepStateCache in org.opendaylight.genius.itm.impl
Constructors in org.opendaylight.genius.itm.impl with parameters of type DpnTepStateCache Constructor Description ItmProvider(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, IdManagerService idManagerService, InterfaceStateListener interfaceStateListener, ItmManagerRpcService itmManagerRpcService, ItmTunnelEventListener itmTunnelEventListener, TepCommandHelper tepCommandHelper, TunnelMonitorChangeListener tunnelMonitorChangeListener, TunnelMonitorIntervalListener tunnelMonitorIntervalListener, TransportZoneListener transportZoneListener, OvsdbNodeListener ovsdbNodeListener, TunnelMonitoringConfig tunnelMonitoringConfig, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService, DpnTepStateCache dpnTepStateCache, ItmDiagStatusProvider itmDiagStatusProvider, TunnelStateCache tunnelStateCache, ItmConfig itmConfig, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, EosChangeEventHandler eosChangeEventHandler)
-
Uses of DpnTepStateCache in org.opendaylight.genius.itm.itmdirecttunnels.listeners
Fields in org.opendaylight.genius.itm.itmdirecttunnels.listeners declared as DpnTepStateCache Modifier and Type Field Description protected DpnTepStateCache
TunnelTopologyStateListener. dpnTepStateCache
Constructors in org.opendaylight.genius.itm.itmdirecttunnels.listeners with parameters of type DpnTepStateCache Constructor Description TerminationPointStateListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, EntityOwnershipUtils entityOwnershipUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator coordinator, BfdStateCache bfdStateCache, DpnTepStateCache dpnTepStateCache, TunnelStateCache tunnelStateCache)
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)
TunnelTopologyStateListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.infrautils.jobcoordinator.JobCoordinator coordinator, DirectTunnelUtils directTunnelUtils, DpnTepStateCache dpnTepStateCache, OvsBridgeEntryCache ovsBridgeEntryCache)
-
Uses of DpnTepStateCache in org.opendaylight.genius.itm.listeners
Constructors in org.opendaylight.genius.itm.listeners with parameters of type DpnTepStateCache Constructor Description RemoteDpnListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, DpnTepStateCache dpnTepStateCache)
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 DpnTepStateCache in org.opendaylight.genius.itm.recovery.impl
Constructors in org.opendaylight.genius.itm.recovery.impl with parameters of type DpnTepStateCache 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 DpnTepStateCache in org.opendaylight.genius.itm.rpc
Constructors in org.opendaylight.genius.itm.rpc with parameters of type DpnTepStateCache 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)
-