Uses of Class
org.opendaylight.ovsdb.hwvtepsouthbound.HwvtepDeviceInfo
Package
Description
-
Uses of HwvtepDeviceInfo in org.opendaylight.ovsdb.hwvtepsouthbound
Modifier and TypeMethodDescriptionMap<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
Modifier and TypeMethodDescriptionprotected HwvtepDeviceInfo
AbstractTransactCommand.getDeviceInfo()
HwvtepOperationalState.getDeviceInfo()
Modifier and TypeMethodDescriptionprotected 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) -
Uses of HwvtepDeviceInfo in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md
Modifier and TypeFieldDescriptionprotected HwvtepDeviceInfo
AbstractTransactionCommand.deviceInfo