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.DeviceData
HwvtepDeviceInfo. getConfigData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key)
HwvtepDeviceInfo.DeviceData
HwvtepDeviceInfo. getDeviceOperData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, UUID uuid)
HwvtepDeviceInfo.DeviceData
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.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 void
HwvtepDeviceInfo. 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.DeviceData
AbstractTransactCommand. fetchDeviceData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key)
HwvtepDeviceInfo.DeviceData
AbstractTransactCommand. getConfigData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key)
HwvtepDeviceInfo.DeviceData
AbstractTransactCommand. getDeviceOpData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key)
-