Uses of Interface
org.opendaylight.genius.utils.hwvtep.HwvtepNodeHACache
-
Packages that use HwvtepNodeHACache Package Description org.opendaylight.genius.datastoreutils.hwvtep org.opendaylight.genius.interfacemanager.listeners org.opendaylight.genius.utils.hwvtep.internal -
-
Uses of HwvtepNodeHACache in org.opendaylight.genius.datastoreutils.hwvtep
Constructors in org.opendaylight.genius.datastoreutils.hwvtep with parameters of type HwvtepNodeHACache Constructor Description HwvtepAbstractDataTreeChangeListener(java.lang.Class<T> clazz, java.lang.Class<K> eventClazz, HwvtepNodeHACache hwvtepNodeHACache)
HwvtepClusteredDataTreeChangeListener(java.lang.Class<T> clazz, java.lang.Class<K> eventClazz, HwvtepNodeHACache hwvtepNodeHACache)
-
Uses of HwvtepNodeHACache in org.opendaylight.genius.interfacemanager.listeners
Constructors in org.opendaylight.genius.interfacemanager.listeners with parameters of type HwvtepNodeHACache Constructor Description HwVTEPTunnelsStateListener(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.infrautils.jobcoordinator.JobCoordinator coordinator, InterfaceServiceRecoveryHandler interfaceServiceRecoveryHandler, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry, HwvtepNodeHACache hwvtepNodeHACache)
-
Uses of HwvtepNodeHACache in org.opendaylight.genius.utils.hwvtep.internal
Classes in org.opendaylight.genius.utils.hwvtep.internal that implement HwvtepNodeHACache Modifier and Type Class Description class
HwvtepNodeHACacheImpl
Implementation of HwvtepNodeHACache.
-