Uses of Class
org.opendaylight.ovsdb.lib.notation.UUID
Packages that use UUID
Package
Description
-
Uses of UUID in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return UUIDModifier and TypeMethodDescriptionHwvtepTableReader.getLsUuid(org.opendaylight.yangtools.yang.binding.InstanceIdentifier lsIid) HwvtepDeviceInfo.DeviceData.getUuid()HwvtepDeviceInfo.getUUID(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 UUIDModifier and TypeMethodDescriptionHwvtepDeviceInfo.getLogicalSwitches()HwvtepDeviceInfo.getPhysicalLocators()HwvtepDeviceInfo.getPhysicalSwitches()HwvtepDeviceInfo.getPhysicalSwitchesForTunnels()HwvtepDeviceInfo.getPhysicalSwitchesForTunnels()Map<Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>>, Map<UUID, HwvtepDeviceInfo.DeviceData>> HwvtepDeviceInfo.getUuidData()Methods in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type UUIDModifier and TypeMethodDescriptionvoidHwvtepDeviceInfo.clearDeviceOperUUID(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key, UUID uuid) HwvtepDeviceInfo.getDeviceOperData(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, UUID uuid) org.opendaylight.yangtools.yang.binding.InstanceIdentifierHwvtepDeviceInfo.getDeviceOperKey(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, UUID uuid) HwvtepTableReader.getHwvtepTableEntryUUID(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid, UUID existingUUID) HwvtepDeviceInfo.getLogicalSwitch(UUID uuid) HwvtepDeviceInfo.getPhysicalLocator(UUID uuid) HwvtepDeviceInfo.getPhysicalSwitch(UUID uuid) HwvtepDeviceInfo.getPhysicalSwitchForTunnel(UUID uuid) voidHwvtepDeviceInfo.putPhysicalSwitch(UUID uuid, PhysicalSwitch physicalSwitch) voidHwvtepDeviceInfo.putPhysicalSwitchForTunnel(UUID uuid, UUID psUUID) HwvtepDeviceInfo.removePhysicalSwitch(UUID uuid) voidHwvtepDeviceInfo.removePhysicalSwitchForTunnel(UUID uuid) voidHwvtepDeviceInfo.updateDeviceOperData(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key, UUID uuid, Object data) -
Uses of UUID in org.opendaylight.ovsdb.hwvtepsouthbound.transact
Fields in org.opendaylight.ovsdb.hwvtepsouthbound.transact declared as UUIDMethods in org.opendaylight.ovsdb.hwvtepsouthbound.transact that return UUIDModifier and TypeMethodDescriptionstatic UUIDTransactUtils.createPhysicalLocator(TransactionBuilder transaction, HwvtepOperationalState operationalState, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint> iid) static UUIDTransactUtils.createPhysicalLocator(TransactionBuilder transaction, HwvtepPhysicalLocatorAugmentation inputLocator, HwvtepOperationalState hwvtepOperationalState) static UUIDTransactUtils.createPhysicalLocatorSet(HwvtepOperationalState hwvtepOperationalState, TransactionBuilder transaction, List<LocatorSet> locatorList) static UUIDTransactUtils.getAclUUID(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Acls> aclIid) static UUIDTransactUtils.getLogicalSwitchUUID(TransactionBuilder transaction, HwvtepOperationalState operationalState, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<LogicalSwitches> lswitchIid) static UUIDTransactUtils.getLogicalSwitchUUID(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<LogicalSwitches> lswitchIid) HwvtepOperationalState.getPhysicalLocatorInFlight(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint> iid) HwvtepOperationalState.getUUIDFromCurrentTx(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key) Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transact with parameters of type UUIDModifier and TypeMethodDescriptionvoidHwvtepOperationalState.setPhysicalLocatorInFlight(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint> iid, UUID uuid) voidHwvtepOperationalState.updateCurrentTxData(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key, UUID uuid) -
Uses of UUID in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md with parameters of type UUIDModifier and TypeMethodDescriptionvoidAbstractTransactionCommand.addToDeleteTx(org.opendaylight.mdsal.binding.api.ReadWriteTransaction tx, Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid, UUID uuid) voidAbstractTransactionCommand.addToUpdateTx(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid, UUID uuid, Object southboundData) voidAbstractTransactionCommand.clearDeviceOpUUID(Class<? extends org.opendaylight.yangtools.binding.EntryObject<?, ?>> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid, UUID uuid) -
Uses of UUID in org.opendaylight.ovsdb.lib.message
Methods in org.opendaylight.ovsdb.lib.message that return UUIDMethods in org.opendaylight.ovsdb.lib.message that return types with arguments of type UUIDMethods in org.opendaylight.ovsdb.lib.message with parameters of type UUIDModifier and TypeMethodDescriptionvoidConstructors in org.opendaylight.ovsdb.lib.message with parameters of type UUID -
Uses of UUID in org.opendaylight.ovsdb.lib.notation.json
Methods in org.opendaylight.ovsdb.lib.notation.json that return UUIDMethods in org.opendaylight.ovsdb.lib.notation.json with parameters of type UUID -
Uses of UUID in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations that return UUID -
Uses of UUID in org.opendaylight.ovsdb.lib.schema.typed
Methods in org.opendaylight.ovsdb.lib.schema.typed that return UUIDMethods in org.opendaylight.ovsdb.lib.schema.typed that return types with arguments of type UUIDModifier and TypeMethodDescription<T extends TypedBaseTable<?>>
Map<UUID, T> TypedDatabaseSchema.extractRowsOld(Class<T> klazz, TableUpdates updates) This method extracts all row updates of Class<T> klazz from a TableUpdates that correspond to old version of rows of type klazz that have been updated.static <T extends TypedBaseTable<?>>
Map<UUID, T> TyperUtils.extractRowsOld(Class<T> klazz, TableUpdates updates, DatabaseSchema dbSchema) This method extracts all row updates of Class<T> klazz from a TableUpdates that correspond to old version of rows of type klazz that have been updated.<T extends TypedBaseTable<?>>
Map<UUID, T> TypedDatabaseSchema.extractRowsRemoved(Class<T> klazz, TableUpdates updates) This method extracts all row updates of Class<T> klazz from a TableUpdates that correspond to removal of rows of type klazz.static <T extends TypedBaseTable<?>>
Map<UUID, T> TyperUtils.extractRowsRemoved(Class<T> klazz, TableUpdates updates, DatabaseSchema dbSchema) This method extracts all row updates of Class<T> klazz from a TableUpdates that correspond to removal of rows of type klazz.<T extends TypedBaseTable<?>>
Map<UUID, T> TypedDatabaseSchema.extractRowsUpdated(Class<T> klazz, TableUpdates updates) This method extracts all row updates of Class<T> klazz from a TableUpdates that correspond to insertion or updates of rows of type klazz.static <T extends TypedBaseTable<?>>
Map<UUID, T> TyperUtils.extractRowsUpdated(Class<T> klazz, TableUpdates updates, DatabaseSchema dbSchema) This method extracts all row updates of Class<T> klazz from a TableUpdates that correspond to insertion or updates of rows of type klazz.TypedBaseTable.getUuidColumn()TypedBaseTable.getVersionColumn() -
Uses of UUID in org.opendaylight.ovsdb.schema.hardwarevtep
Methods in org.opendaylight.ovsdb.schema.hardwarevtep that return types with arguments of type UUIDModifier and TypeMethodDescriptionLogicalRouter.getAclBindingColumn()PhysicalPort.getAclBindingsColumn()ACL.getAclEntriesColumn()Tunnel.getLocalColumn()ArpSourcesLocal.getLocatorColumn()ArpSourcesRemote.getLocatorColumn()UcastMacsLocal.getLocatorColumn()UcastMacsRemote.getLocatorColumn()PhysicalLocatorSet.getLocatorsColumn()McastMacsLocal.getLocatorSetColumn()McastMacsRemote.getLocatorSetColumn()McastMacsLocal.getLogicalSwitchColumn()McastMacsRemote.getLogicalSwitchColumn()UcastMacsLocal.getLogicalSwitchColumn()UcastMacsRemote.getLogicalSwitchColumn()Global.getManagersColumn()PhysicalSwitch.getPortsColumn()Tunnel.getRemoteColumn()LogicalRouter.getSwitchBindingColumn()Global.getSwitchesColumn()PhysicalSwitch.getTunnels()PhysicalPort.getVlanBindingsColumn()PhysicalPort.getVlanStatsColumn()Methods in org.opendaylight.ovsdb.schema.hardwarevtep with parameters of type UUIDModifier and TypeMethodDescriptionvoidACL.setAclEntry(UUID aclEntry) voidvoidArpSourcesLocal.setLocator(UUID locator) voidArpSourcesRemote.setLocator(UUID locator) voidUcastMacsLocal.setLocator(UUID locator) voidUcastMacsRemote.setLocator(UUID locator) voidMcastMacsLocal.setLocatorSet(UUID locatorSet) voidMcastMacsRemote.setLocatorSet(UUID locatorSet) voidMcastMacsLocal.setLogicalSwitch(UUID logicalSwitch) voidMcastMacsRemote.setLogicalSwitch(UUID logicalSwitch) voidUcastMacsLocal.setLogicalSwitch(UUID logicalSwitch) voidUcastMacsRemote.setLogicalSwitch(UUID logicalSwitch) voidMethod parameters in org.opendaylight.ovsdb.schema.hardwarevtep with type arguments of type UUIDModifier and TypeMethodDescriptionvoidLogicalRouter.setAclBinding(Map<String, UUID> aclBinding) voidPhysicalPort.setAclBindings(Map<Long, UUID> aclBindings) voidPhysicalLocatorSet.setLocators(Set<UUID> locators) voidGlobal.setManagers(Set<UUID> managers) voidvoidLogicalRouter.setSwitchBinding(Map<String, UUID> switchBinding) voidGlobal.setSwitches(Set<UUID> switches) voidPhysicalSwitch.setTunnels(Set<UUID> tunnels) voidPhysicalPort.setVlanBindings(Map<Long, UUID> vlanBindings) voidPhysicalPort.setVlanStats(Map<Long, UUID> vlanStats) -
Uses of UUID in org.opendaylight.ovsdb.schema.openvswitch
Methods in org.opendaylight.ovsdb.schema.openvswitch that return types with arguments of type UUIDModifier and TypeMethodDescriptionBridge.getAutoAttachColumn()FlowSampleCollectorSet.getBridgeColumn()OpenVSwitch.getBridgesColumn()OpenVSwitch.getCapabilitiesColumn()Bridge.getControllerColumn()Bridge.getFlowTablesColumn()Port.getInterfacesColumn()Bridge.getIpfixColumn()FlowSampleCollectorSet.getIpfixColumn()OpenVSwitch.getManagerOptionsColumn()OpenVSwitch.getManagersColumn()Bridge.getMirrorsColumn()Bridge.getNetflowColumn()Mirror.getOutputPortColumn()Bridge.getPortsColumn()Port.getQosColumn()Qos.getQueuesColumn()Mirror.getSelectDstPortColumn()Mirror.getSelectSrcPortColumn()Bridge.getSflowColumn()OpenVSwitch.getSslColumn()Methods in org.opendaylight.ovsdb.schema.openvswitch with parameters of type UUIDModifier and TypeMethodDescriptionvoidvoidMethod parameters in org.opendaylight.ovsdb.schema.openvswitch with type arguments of type UUIDModifier and TypeMethodDescriptionvoidBridge.setAutoAttach(Set<UUID> autoAttach) voidOpenVSwitch.setBridges(Set<UUID> bridges) voidOpenVSwitch.setCapabilities(Map<String, UUID> capabilities) voidBridge.setController(Set<UUID> controller) voidBridge.setFlowTables(Map<Long, UUID> flowTables) voidPort.setInterfaces(Set<UUID> interfaces) voidvoidOpenVSwitch.setManagerOptions(Set<UUID> managerOptions) voidOpenVSwitch.setManagers(Set<UUID> managers) voidBridge.setMirrors(Set<UUID> mirrors) voidBridge.setNetflow(Set<UUID> netflow) voidMirror.setOutputPort(Set<UUID> outputPort) voidvoidvoidvoidMirror.setSelectDstPort(Set<UUID> selectDstPrt) voidMirror.setSelectSrcPort(Set<UUID> selectSrcPort) voidvoid -
Uses of UUID in org.opendaylight.ovsdb.southbound
Methods in org.opendaylight.ovsdb.southbound that return types with arguments of type UUIDModifier and TypeMethodDescriptionstatic Map<UUID, Controller> SouthboundMapper.createOvsdbController(OvsdbBridgeAugmentation omn, DatabaseSchema dbSchema) Methods in org.opendaylight.ovsdb.southbound with parameters of type UUIDModifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node> voidOvsdbConnectionInstance.removePort(UUID uuid) voidOvsdbConnectionInstance.updatePort(UUID uuid, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node> iid) Method parameters in org.opendaylight.ovsdb.southbound with type arguments of type UUIDModifier and TypeMethodDescriptionstatic List<ControllerEntry> SouthboundMapper.createControllerEntries(Bridge bridge, Map<UUID, Controller> updatedControllerRows) static List<ControllerEntry> SouthboundMapper.createControllerEntries(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node bridgeNode, Map<UUID, Controller> updatedControllerRows) static List<ManagerEntry> SouthboundMapper.createManagerEntries(OpenVSwitch ovsdbNode, Map<UUID, Manager> updatedManagerRows) -
Uses of UUID in org.opendaylight.ovsdb.southbound.ovsdb.transact
Methods in org.opendaylight.ovsdb.southbound.ovsdb.transact that return UUIDModifier and TypeMethodDescriptionstatic UUIDTransactUtils.extractNamedUuid(Insert insert) Extract the NamedUuid from the Insert.