Uses of Class
org.opendaylight.ovsdb.hwvtepsouthbound.HwvtepDeviceInfo.DeviceData
Packages that use HwvtepDeviceInfo.DeviceData
Package
Description
-
Uses of HwvtepDeviceInfo.DeviceData in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return HwvtepDeviceInfo.DeviceDataModifier and TypeMethodDescriptionHwvtepDeviceInfo.getConfigData
(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key) HwvtepDeviceInfo.getDeviceOperData
(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, UUID uuid) HwvtepDeviceInfo.getDeviceOperData
(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key) Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return types with arguments of type HwvtepDeviceInfo.DeviceDataModifier and TypeMethodDescriptionMap
<Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>>, Map<org.opendaylight.yangtools.yang.binding.InstanceIdentifier, HwvtepDeviceInfo.DeviceData>> HwvtepDeviceInfo.getConfigData()
Map
<org.opendaylight.yangtools.yang.binding.InstanceIdentifier, HwvtepDeviceInfo.DeviceData> HwvtepDeviceInfo.getDeviceOperData
(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls) Map
<Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>>, Map<org.opendaylight.yangtools.yang.binding.InstanceIdentifier, HwvtepDeviceInfo.DeviceData>> HwvtepDeviceInfo.getOperData()
Map
<Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>>, Map<UUID, HwvtepDeviceInfo.DeviceData>> HwvtepDeviceInfo.getUuidData()
Method parameters in org.opendaylight.ovsdb.hwvtepsouthbound with type arguments of type HwvtepDeviceInfo.DeviceDataModifier and TypeMethodDescriptionvoid
HwvtepDeviceInfo.setConfigKeyVsData
(Map<Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>>, Map<org.opendaylight.yangtools.yang.binding.InstanceIdentifier, HwvtepDeviceInfo.DeviceData>> configKeyVsData) -
Uses of HwvtepDeviceInfo.DeviceData in org.opendaylight.ovsdb.hwvtepsouthbound.transact
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transact that return HwvtepDeviceInfo.DeviceDataModifier and TypeMethodDescriptionAbstractTransactCommand.fetchDeviceData
(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key) AbstractTransactCommand.getConfigData
(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key) AbstractTransactCommand.getDeviceOpData
(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key)