Uses of Class
org.opendaylight.ovsdb.hwvtepsouthbound.HwvtepDeviceInfo.DeviceData
-
Packages that use HwvtepDeviceInfo.DeviceData Package Description org.opendaylight.ovsdb.hwvtepsouthbound org.opendaylight.ovsdb.hwvtepsouthbound.transact -
-
Uses of HwvtepDeviceInfo.DeviceData in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return HwvtepDeviceInfo.DeviceData Modifier and Type Method Description HwvtepDeviceInfo.DeviceDataHwvtepDeviceInfo. getConfigData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key)HwvtepDeviceInfo.DeviceDataHwvtepDeviceInfo. 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.DeviceData Modifier and Type Method Description Map<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.DeviceData Modifier and Type Method Description voidHwvtepDeviceInfo. 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.DeviceData Modifier and Type Method Description <T> HwvtepDeviceInfo.DeviceDataAbstractTransactCommand. fetchDeviceData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key)HwvtepDeviceInfo.DeviceDataAbstractTransactCommand. getDeviceOpData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key)
-