Uses of Class
org.opendaylight.netvirt.natservice.api.SwitchInfo
-
Packages that use SwitchInfo Package Description org.opendaylight.netvirt.natservice.api org.opendaylight.netvirt.natservice.ha org.opendaylight.netvirt.natservice.internal -
-
Uses of SwitchInfo in org.opendaylight.netvirt.natservice.api
Methods in org.opendaylight.netvirt.natservice.api with parameters of type SwitchInfo Modifier and Type Method Description voidNatSwitchCacheListener. switchAddedToCache(SwitchInfo switchInfo)Switch is added.voidNatSwitchCacheListener. switchRemovedFromCache(SwitchInfo switchInfo)Switch is removed. -
Uses of SwitchInfo in org.opendaylight.netvirt.natservice.ha
Methods in org.opendaylight.netvirt.natservice.ha with parameters of type SwitchInfo Modifier and Type Method Description voidWeightedCentralizedSwitchScheduler. switchAddedToCache(SwitchInfo switchInfo)voidWeightedCentralizedSwitchScheduler. switchRemovedFromCache(SwitchInfo switchInfo) -
Uses of SwitchInfo in org.opendaylight.netvirt.natservice.internal
Methods in org.opendaylight.netvirt.natservice.internal with parameters of type SwitchInfo Modifier and Type Method Description voidNatSwitchCacheListenerImpl. switchAddedToCache(SwitchInfo switchInfo)voidNatSwitchCacheListenerImpl. switchRemovedFromCache(SwitchInfo switchInfo)
-