Uses of Class
org.opendaylight.netvirt.elan.utils.Scheduler
-
Packages that use Scheduler Package Description org.opendaylight.netvirt.elan.cache org.opendaylight.netvirt.elan.internal org.opendaylight.netvirt.elan.l2gw.listeners org.opendaylight.netvirt.elan.l2gw.utils -
-
Uses of Scheduler in org.opendaylight.netvirt.elan.cache
Constructors in org.opendaylight.netvirt.elan.cache with parameters of type Scheduler Constructor Description ElanInstanceCache(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.infrautils.caches.CacheProvider cacheProvider, Scheduler scheduler)
-
Uses of Scheduler in org.opendaylight.netvirt.elan.internal
Constructors in org.opendaylight.netvirt.elan.internal with parameters of type Scheduler Constructor Description ElanGroupCache(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, Scheduler scheduler)
-
Uses of Scheduler in org.opendaylight.netvirt.elan.l2gw.listeners
Constructors in org.opendaylight.netvirt.elan.l2gw.listeners with parameters of type Scheduler Constructor Description ElanInstanceEntityOwnershipListener(L2GatewayConnectionListener l2GatewayConnectionListener, ElanDpnInterfaceClusteredListener elanDpnInterfaceClusteredListener, Scheduler scheduler, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService)
L2GatewayConnectionListener(org.opendaylight.controller.md.sal.binding.api.DataBroker db, L2GatewayConnectionUtils l2GatewayConnectionUtils, Scheduler scheduler, L2GatewayCache l2GatewayCache, org.opendaylight.infrautils.metrics.MetricProvider metricProvider, L2GatewayServiceRecoveryHandler l2GatewayServiceRecoveryHandler, L2GatewayConnectionInstanceRecoveryHandler l2InstanceRecoveryHandler, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
-
Uses of Scheduler in org.opendaylight.netvirt.elan.l2gw.utils
Methods in org.opendaylight.netvirt.elan.l2gw.utils that return Scheduler Modifier and Type Method Description Scheduler
ElanRefUtil. getScheduler()
Constructors in org.opendaylight.netvirt.elan.l2gw.utils with parameters of type Scheduler Constructor Description ElanL2GatewayUtils(org.opendaylight.controller.md.sal.binding.api.DataBroker broker, ElanDmacUtils elanDmacUtils, ElanItmUtils elanItmUtils, ElanClusterUtils elanClusterUtils, org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService interfaceManagerRpcService, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanUtils elanUtils, Scheduler scheduler, ElanConfig elanConfig, ElanInstanceCache elanInstanceCache, ElanInstanceDpnsCache elanInstanceDpnsCache)
ElanRefUtil(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, ElanClusterUtils elanClusterUtils, ElanInstanceCache elanInstanceCache, ElanInstanceDpnsCache elanInstanceDpnsCache, ElanInterfaceCache elanInterfaceCache, ConfigMcastCache configMcastCache, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, Scheduler scheduler)
StaleVlanBindingsCleaner(org.opendaylight.controller.md.sal.binding.api.DataBroker broker, ElanL2GatewayUtils elanL2GatewayUtils, Scheduler scheduler, ElanConfig elanConfig, L2GatewayCache l2GatewayCache, ElanInstanceCache elanInstanceCache)
-