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(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.DataTreeIdentifier dataTreeIdentifier, java.util.concurrent.ExecutorService executorService, HwvtepNodeHACache hwvtepNodeHACache)
HwvtepClusteredDataTreeChangeListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.DataTreeIdentifier dataTreeIdentifier, java.util.concurrent.ExecutorService executorService, 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.mdsal.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.
-