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 void
NatSwitchCacheListener. switchAddedToCache(SwitchInfo switchInfo)
Switch is added.void
NatSwitchCacheListener. 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 void
WeightedCentralizedSwitchScheduler. switchAddedToCache(SwitchInfo switchInfo)
void
WeightedCentralizedSwitchScheduler. 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 void
NatSwitchCacheListenerImpl. switchAddedToCache(SwitchInfo switchInfo)
void
NatSwitchCacheListenerImpl. switchRemovedFromCache(SwitchInfo switchInfo)
-