Uses of Class
org.opendaylight.ovsdb.hwvtepsouthbound.HwvtepDeviceInfo
-
Packages that use HwvtepDeviceInfo Package Description org.opendaylight.ovsdb.hwvtepsouthbound org.opendaylight.ovsdb.hwvtepsouthbound.transact org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md -
-
Uses of HwvtepDeviceInfo in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return HwvtepDeviceInfo Modifier and Type Method Description HwvtepDeviceInfoHwvtepConnectionInstance. getDeviceInfo() -
Uses of HwvtepDeviceInfo in org.opendaylight.ovsdb.hwvtepsouthbound.transact
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transact that return HwvtepDeviceInfo Modifier and Type Method Description protected HwvtepDeviceInfoAbstractTransactCommand. getDeviceInfo()HwvtepDeviceInfoHwvtepOperationalState. getDeviceInfo()Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transact with parameters of type HwvtepDeviceInfo Modifier and Type Method Description protected booleanDependentJob.ConfigWaitingJob. isDependencyMet(HwvtepDeviceInfo deviceInfo, Class cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid)protected abstract booleanDependentJob. isDependencyMet(HwvtepDeviceInfo deviceInfo, Class<? extends org.opendaylight.yangtools.yang.binding.DataObject> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid)This method is to check if all the given dependency of this job or not.protected booleanDependentJob.OpWaitingJob. isDependencyMet(HwvtepDeviceInfo deviceInfo, Class cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid)Constructors in org.opendaylight.ovsdb.hwvtepsouthbound.transact with parameters of type HwvtepDeviceInfo Constructor Description DependencyQueue(HwvtepDeviceInfo hwvtepDeviceInfo) -
Uses of HwvtepDeviceInfo in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md that return HwvtepDeviceInfo Modifier and Type Method Description HwvtepDeviceInfoAbstractTransactionCommand. getDeviceInfo()
-