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()Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return types with arguments of type HwvtepDeviceInfo Modifier and Type Method Description Map<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>,HwvtepDeviceInfo>HwvtepSouthboundProvider. getAllConnectedInstances()@NonNull Map<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>,HwvtepDeviceInfo>HwvtepSouthboundProviderInfo. getAllConnectedInstances() -
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
Fields in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md declared as HwvtepDeviceInfo Modifier and Type Field Description protected HwvtepDeviceInfoAbstractTransactionCommand. deviceInfoMethods in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md that return HwvtepDeviceInfo Modifier and Type Method Description HwvtepDeviceInfoAbstractTransactionCommand. getDeviceInfo()
-