Class ElanRefUtil
- java.lang.Object
-
- org.opendaylight.netvirt.elan.l2gw.utils.ElanRefUtil
-
@Singleton public class ElanRefUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigMcastCache
getConfigMcastCache()
org.opendaylight.controller.md.sal.binding.api.DataBroker
getDataBroker()
ElanClusterUtils
getElanClusterUtils()
ElanInstanceCache
getElanInstanceCache()
ElanInstanceDpnsCache
getElanInstanceDpnsCache()
ElanInterfaceCache
getElanInterfaceCache()
org.opendaylight.infrautils.jobcoordinator.JobCoordinator
getJobCoordinator()
Scheduler
getScheduler()
-
-
-
Constructor Detail
-
ElanRefUtil
@Inject public 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)
-
-
Method Detail
-
getDataBroker
public org.opendaylight.controller.md.sal.binding.api.DataBroker getDataBroker()
-
getElanClusterUtils
public ElanClusterUtils getElanClusterUtils()
-
getElanInstanceCache
public ElanInstanceCache getElanInstanceCache()
-
getElanInstanceDpnsCache
public ElanInstanceDpnsCache getElanInstanceDpnsCache()
-
getElanInterfaceCache
public ElanInterfaceCache getElanInterfaceCache()
-
getJobCoordinator
public org.opendaylight.infrautils.jobcoordinator.JobCoordinator getJobCoordinator()
-
getScheduler
public Scheduler getScheduler()
-
getConfigMcastCache
public ConfigMcastCache getConfigMcastCache()
-
-