Uses of Class
org.opendaylight.ovsdb.lib.notation.UUID
-
-
Uses of UUID in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return UUID Modifier and Type Method Description UUIDHwvtepDeviceInfo.DeviceData. getUuid()UUIDHwvtepDeviceInfo. getUUID(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 UUID Modifier and Type Method Description Map<UUID,LogicalSwitch>HwvtepDeviceInfo. getLogicalSwitches()Map<UUID,PhysicalLocator>HwvtepDeviceInfo. getPhysicalLocators()Map<UUID,PhysicalSwitch>HwvtepDeviceInfo. getPhysicalSwitches()Map<UUID,UUID>HwvtepDeviceInfo. getPhysicalSwitchesForTunnels()Map<UUID,UUID>HwvtepDeviceInfo. getPhysicalSwitchesForTunnels()Map<Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable>,Map<UUID,HwvtepDeviceInfo.DeviceData>>HwvtepDeviceInfo. getUuidData()Methods in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type UUID Modifier and Type Method Description ObjectHwvtepDeviceInfo. getDeviceOperData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, UUID uuid)org.opendaylight.yangtools.yang.binding.InstanceIdentifierHwvtepDeviceInfo. getDeviceOperKey(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, UUID uuid)Optional<TypedBaseTable>HwvtepTableReader. getHwvtepTableEntryUUID(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid, UUID existingUUID)LogicalSwitchHwvtepDeviceInfo. getLogicalSwitch(UUID uuid)PhysicalLocatorHwvtepDeviceInfo. getPhysicalLocator(UUID uuid)PhysicalSwitchHwvtepDeviceInfo. getPhysicalSwitch(UUID uuid)PhysicalSwitchHwvtepDeviceInfo. getPhysicalSwitchForTunnel(UUID uuid)voidHwvtepDeviceInfo. putPhysicalSwitch(UUID uuid, PhysicalSwitch physicalSwitch)voidHwvtepDeviceInfo. putPhysicalSwitchForTunnel(UUID uuid, UUID psUUID)PhysicalSwitchHwvtepDeviceInfo. removePhysicalSwitch(UUID uuid)voidHwvtepDeviceInfo. removePhysicalSwitchForTunnel(UUID uuid)voidHwvtepDeviceInfo. updateDeviceOperData(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> 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 UUID Modifier and Type Field Description protected static UUIDAbstractTransactCommand. TXUUIDMethods in org.opendaylight.ovsdb.hwvtepsouthbound.transact that return UUID Modifier and Type Method Description static 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)UUIDHwvtepOperationalState. 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)UUIDHwvtepOperationalState. getUUIDFromCurrentTx(Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key)Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transact with parameters of type UUID Modifier and Type Method Description voidHwvtepOperationalState. 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.yang.binding.Identifiable> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key, UUID uuid) -
Uses of UUID in org.opendaylight.ovsdb.lib.message
Methods in org.opendaylight.ovsdb.lib.message that return UUID Modifier and Type Method Description UUIDTableUpdate.RowUpdate. getUuid()Methods in org.opendaylight.ovsdb.lib.message that return types with arguments of type UUID Modifier and Type Method Description Map<UUID,TableUpdate.RowUpdate<E>>TableUpdate. getRows()Methods in org.opendaylight.ovsdb.lib.message with parameters of type UUID Modifier and Type Method Description voidTableUpdate. addRow(UUID uuid, Row<E> oldRow, Row<E> newRow)Row<E>TableUpdate. getNew(UUID uuid)Row<E>TableUpdate. getOld(UUID uuid)Constructors in org.opendaylight.ovsdb.lib.message with parameters of type UUID Constructor Description RowUpdate(UUID uuid, Row<E> oldRow, Row<E> newRow) -
Uses of UUID in org.opendaylight.ovsdb.lib.notation.json
Methods in org.opendaylight.ovsdb.lib.notation.json that return UUID Modifier and Type Method Description UUIDUUIDStringConverter. convert(String value)Methods in org.opendaylight.ovsdb.lib.notation.json with parameters of type UUID Modifier and Type Method Description voidUUIDSerializer. serialize(UUID value, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of UUID in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations that return UUID Modifier and Type Method Description UUIDOperationResult. getUuid() -
Uses of UUID in org.opendaylight.ovsdb.lib.schema.typed
Methods in org.opendaylight.ovsdb.lib.schema.typed that return UUID Modifier and Type Method Description UUIDTypedBaseTable. getUuid()UUIDTypedBaseTable. getVersion()Methods in org.opendaylight.ovsdb.lib.schema.typed that return types with arguments of type UUID Modifier and Type Method Description <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.Column<E,UUID>TypedBaseTable. getUuidColumn()Column<E,UUID>TypedBaseTable. getVersionColumn() -
Uses of UUID in org.opendaylight.ovsdb.schema.hardwarevtep
Methods in org.opendaylight.ovsdb.schema.hardwarevtep with parameters of type UUID Modifier and Type Method Description voidACL. setAclEntry(UUID aclEntry)voidTunnel. setLocal(UUID local)voidArpSourcesLocal. 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)voidTunnel. setRemote(UUID remote)Method parameters in org.opendaylight.ovsdb.schema.hardwarevtep with type arguments of type UUID Modifier and Type Method Description voidLogicalRouter. setAclBinding(Map<String,UUID> aclBinding)voidPhysicalPort. setAclBindings(Map<Long,UUID> aclBindings)voidPhysicalLocatorSet. setLocators(Set<UUID> locators)voidGlobal. setManagers(Set<UUID> managers)voidPhysicalSwitch. setPorts(Set<UUID> ports)voidLogicalRouter. 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 with parameters of type UUID Modifier and Type Method Description voidFlowSampleCollectorSet. setBridge(UUID bridge)voidFlowSampleCollectorSet. setIpfix(UUID ipfix)Method parameters in org.opendaylight.ovsdb.schema.openvswitch with type arguments of type UUID Modifier and Type Method Description voidBridge. 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)voidBridge. setIpfix(Set<UUID> ipfix)voidOpenVSwitch. setManagerOptions(Set<UUID> managerOptions)voidOpenVSwitch. setManagers(Set<UUID> managers)voidBridge. setMirrors(Set<UUID> mirrors)voidBridge. setNetflow(Set<UUID> netflow)voidMirror. setOutputPort(Set<UUID> outputPort)voidBridge. setPorts(Set<UUID> ports)voidPort. setQos(Set<UUID> qos)voidQos. setQueues(Map<Long,UUID> queues)voidMirror. setSelectDstPort(Set<UUID> selectDstPrt)voidMirror. setSelectSrcPort(Set<UUID> selectSrcPort)voidBridge. setSflow(Set<UUID> sflow)voidOpenVSwitch. setSsl(Set<UUID> ssl) -
Uses of UUID in org.opendaylight.ovsdb.southbound
Methods in org.opendaylight.ovsdb.southbound that return types with arguments of type UUID Modifier and Type Method Description static Map<UUID,Controller>SouthboundMapper. createOvsdbController(OvsdbBridgeAugmentation omn, DatabaseSchema dbSchema)Methods in org.opendaylight.ovsdb.southbound with parameters of type UUID Modifier and Type Method Description org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>OvsdbConnectionInstance. getPort(UUID uuid)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 UUID Modifier and Type Method Description static 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 UUID Modifier and Type Method Description static UUIDTransactUtils. extractNamedUuid(Insert insert)Extract the NamedUuid from the Insert.
-