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.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key) HwvtepDeviceInfo.getDeviceOperData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, UUID uuid) HwvtepDeviceInfo.getDeviceOperData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> 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.yang.binding.Identifiable>,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.yang.binding.Identifiable> cls) Map<Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable>,Map<org.opendaylight.yangtools.yang.binding.InstanceIdentifier, HwvtepDeviceInfo.DeviceData>> HwvtepDeviceInfo.getOperData()Map<Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable>,Map<UUID, HwvtepDeviceInfo.DeviceData>> HwvtepDeviceInfo.getUuidData()Method parameters in org.opendaylight.ovsdb.hwvtepsouthbound with type arguments of type HwvtepDeviceInfo.DeviceDataModifier and TypeMethodDescriptionvoidHwvtepDeviceInfo.setConfigKeyVsData(Map<Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable>, 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.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key) AbstractTransactCommand.getConfigData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key) AbstractTransactCommand.getDeviceOpData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key)