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 HwvtepDeviceInfo
HwvtepConnectionInstance. 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 HwvtepDeviceInfo
AbstractTransactCommand. getDeviceInfo()
HwvtepDeviceInfo
HwvtepOperationalState. getDeviceInfo()
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transact with parameters of type HwvtepDeviceInfo Modifier and Type Method Description protected boolean
DependentJob.ConfigWaitingJob. isDependencyMet(HwvtepDeviceInfo deviceInfo, Class cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid)
protected abstract boolean
DependentJob. 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 boolean
DependentJob.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
Fields in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md declared as HwvtepDeviceInfo Modifier and Type Field Description protected HwvtepDeviceInfo
AbstractTransactionCommand. deviceInfo
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md that return HwvtepDeviceInfo Modifier and Type Method Description HwvtepDeviceInfo
AbstractTransactionCommand. getDeviceInfo()
-