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.mdsal.binding.api.DataBroker dataBroker, ElanClusterUtils elanClusterUtils, ElanGroupCache elanGroupCache, ElanInstanceCache elanInstanceCache, ElanInstanceDpnsCache elanInstanceDpnsCache, ElanInterfaceCache elanInterfaceCache, ElanItmUtils elanItmUtils, ElanMacTableCache elanMacTableCache, ElanUtils elanUtils, HwvtepConfigNodeCache hwvtepConfigNodeCache, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, Scheduler scheduler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.mdsal.binding.api.DataBroker
getDataBroker()
ElanClusterUtils
getElanClusterUtils()
ElanGroupCache
getElanGroupCache()
ElanInstanceCache
getElanInstanceCache()
ElanInstanceDpnsCache
getElanInstanceDpnsCache()
ElanInterfaceCache
getElanInterfaceCache()
ElanItmUtils
getElanItmUtils()
ElanMacTableCache
getElanMacTableCache()
ElanUtils
getElanUtils()
HwvtepConfigNodeCache
getHwvtepConfigNodeCache()
org.opendaylight.infrautils.jobcoordinator.JobCoordinator
getJobCoordinator()
Scheduler
getScheduler()
-
-
-
Constructor Detail
-
ElanRefUtil
@Inject public ElanRefUtil(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ElanClusterUtils elanClusterUtils, ElanGroupCache elanGroupCache, ElanInstanceCache elanInstanceCache, ElanInstanceDpnsCache elanInstanceDpnsCache, ElanInterfaceCache elanInterfaceCache, ElanItmUtils elanItmUtils, ElanMacTableCache elanMacTableCache, ElanUtils elanUtils, HwvtepConfigNodeCache hwvtepConfigNodeCache, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, Scheduler scheduler)
-
-
Method Detail
-
getDataBroker
public org.opendaylight.mdsal.binding.api.DataBroker getDataBroker()
-
getElanClusterUtils
public ElanClusterUtils getElanClusterUtils()
-
getElanGroupCache
public ElanGroupCache getElanGroupCache()
-
getElanInstanceCache
public ElanInstanceCache getElanInstanceCache()
-
getElanInstanceDpnsCache
public ElanInstanceDpnsCache getElanInstanceDpnsCache()
-
getElanInterfaceCache
public ElanInterfaceCache getElanInterfaceCache()
-
getElanItmUtils
public ElanItmUtils getElanItmUtils()
-
getElanMacTableCache
public ElanMacTableCache getElanMacTableCache()
-
getElanUtils
public ElanUtils getElanUtils()
-
getHwvtepConfigNodeCache
public HwvtepConfigNodeCache getHwvtepConfigNodeCache()
-
getJobCoordinator
public org.opendaylight.infrautils.jobcoordinator.JobCoordinator getJobCoordinator()
-
getScheduler
public Scheduler getScheduler()
-
-