Uses of Class
org.opendaylight.ovsdb.lib.notation.UUID
Package
Description
-
Uses of UUID in org.opendaylight.ovsdb.hwvtepsouthbound
Modifier and TypeMethodDescriptionHwvtepTableReader.getLsUuid
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier lsIid) HwvtepDeviceInfo.DeviceData.getUuid()
HwvtepDeviceInfo.getUUID
(Class<? extends org.opendaylight.yangtools.yang.binding.KeyAware> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key) Modifier and TypeMethodDescriptionHwvtepDeviceInfo.getLogicalSwitches()
HwvtepDeviceInfo.getPhysicalLocators()
HwvtepDeviceInfo.getPhysicalSwitches()
HwvtepDeviceInfo.getPhysicalSwitchesForTunnels()
HwvtepDeviceInfo.getPhysicalSwitchesForTunnels()
Map<Class<? extends org.opendaylight.yangtools.yang.binding.KeyAware>,
Map<UUID, HwvtepDeviceInfo.DeviceData>> HwvtepDeviceInfo.getUuidData()
Modifier and TypeMethodDescriptionvoid
HwvtepDeviceInfo.clearDeviceOperUUID
(Class<? extends org.opendaylight.yangtools.yang.binding.KeyAware> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key, UUID uuid) HwvtepDeviceInfo.getDeviceOperData
(Class<? extends org.opendaylight.yangtools.yang.binding.KeyAware> cls, UUID uuid) org.opendaylight.yangtools.yang.binding.InstanceIdentifier
HwvtepDeviceInfo.getDeviceOperKey
(Class<? extends org.opendaylight.yangtools.yang.binding.KeyAware> cls, UUID uuid) HwvtepTableReader.getHwvtepTableEntryUUID
(Class<? extends org.opendaylight.yangtools.yang.binding.KeyAware> 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) void
HwvtepDeviceInfo.putPhysicalSwitch
(UUID uuid, PhysicalSwitch physicalSwitch) void
HwvtepDeviceInfo.putPhysicalSwitchForTunnel
(UUID uuid, UUID psUUID) HwvtepDeviceInfo.removePhysicalSwitch
(UUID uuid) void
HwvtepDeviceInfo.removePhysicalSwitchForTunnel
(UUID uuid) void
HwvtepDeviceInfo.updateDeviceOperData
(Class<? extends org.opendaylight.yangtools.yang.binding.KeyAware> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key, UUID uuid, Object data) -
Uses of UUID in org.opendaylight.ovsdb.hwvtepsouthbound.transact
Modifier and TypeMethodDescriptionstatic UUID
TransactUtils.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 UUID
TransactUtils.createPhysicalLocator
(TransactionBuilder transaction, HwvtepPhysicalLocatorAugmentation inputLocator, HwvtepOperationalState hwvtepOperationalState) static UUID
TransactUtils.createPhysicalLocatorSet
(HwvtepOperationalState hwvtepOperationalState, TransactionBuilder transaction, List<LocatorSet> locatorList) static UUID
TransactUtils.getAclUUID
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Acls> aclIid) static UUID
TransactUtils.getLogicalSwitchUUID
(TransactionBuilder transaction, HwvtepOperationalState operationalState, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<LogicalSwitches> lswitchIid) static UUID
TransactUtils.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.yang.binding.KeyAware> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key) Modifier and TypeMethodDescriptionvoid
HwvtepOperationalState.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) void
HwvtepOperationalState.updateCurrentTxData
(Class<? extends org.opendaylight.yangtools.yang.binding.KeyAware> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier key, UUID uuid) -
Uses of UUID in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md
Modifier and TypeMethodDescriptionvoid
AbstractTransactionCommand.addToDeleteTx
(org.opendaylight.mdsal.binding.api.ReadWriteTransaction tx, Class<? extends org.opendaylight.yangtools.yang.binding.KeyAware> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid, UUID uuid) void
AbstractTransactionCommand.addToUpdateTx
(Class<? extends org.opendaylight.yangtools.yang.binding.KeyAware> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid, UUID uuid, Object southboundData) void
AbstractTransactionCommand.clearDeviceOpUUID
(Class<? extends org.opendaylight.yangtools.yang.binding.KeyAware> cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid, UUID uuid) -
Uses of UUID in org.opendaylight.ovsdb.lib.message
Modifier and TypeMethodDescriptionvoid
-
Uses of UUID in org.opendaylight.ovsdb.lib.notation.json
-
Uses of UUID in org.opendaylight.ovsdb.lib.operations
-
Uses of UUID in org.opendaylight.ovsdb.lib.schema.typed
Modifier 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
Modifier 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()
Modifier and TypeMethodDescriptionvoid
ACL.setAclEntry
(UUID aclEntry) void
void
ArpSourcesLocal.setLocator
(UUID locator) void
ArpSourcesRemote.setLocator
(UUID locator) void
UcastMacsLocal.setLocator
(UUID locator) void
UcastMacsRemote.setLocator
(UUID locator) void
McastMacsLocal.setLocatorSet
(UUID locatorSet) void
McastMacsRemote.setLocatorSet
(UUID locatorSet) void
McastMacsLocal.setLogicalSwitch
(UUID logicalSwitch) void
McastMacsRemote.setLogicalSwitch
(UUID logicalSwitch) void
UcastMacsLocal.setLogicalSwitch
(UUID logicalSwitch) void
UcastMacsRemote.setLogicalSwitch
(UUID logicalSwitch) void
Modifier and TypeMethodDescriptionvoid
LogicalRouter.setAclBinding
(Map<String, UUID> aclBinding) void
PhysicalPort.setAclBindings
(Map<Long, UUID> aclBindings) void
PhysicalLocatorSet.setLocators
(Set<UUID> locators) void
Global.setManagers
(Set<UUID> managers) void
void
LogicalRouter.setSwitchBinding
(Map<String, UUID> switchBinding) void
Global.setSwitches
(Set<UUID> switches) void
PhysicalSwitch.setTunnels
(Set<UUID> tunnels) void
PhysicalPort.setVlanBindings
(Map<Long, UUID> vlanBindings) void
PhysicalPort.setVlanStats
(Map<Long, UUID> vlanStats) -
Uses of UUID in org.opendaylight.ovsdb.schema.openvswitch
Modifier 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()
Modifier and TypeMethodDescriptionvoid
void
Modifier and TypeMethodDescriptionvoid
Bridge.setAutoAttach
(Set<UUID> autoAttach) void
OpenVSwitch.setBridges
(Set<UUID> bridges) void
OpenVSwitch.setCapabilities
(Map<String, UUID> capabilities) void
Bridge.setController
(Set<UUID> controller) void
Bridge.setFlowTables
(Map<Long, UUID> flowTables) void
Port.setInterfaces
(Set<UUID> interfaces) void
void
OpenVSwitch.setManagerOptions
(Set<UUID> managerOptions) void
OpenVSwitch.setManagers
(Set<UUID> managers) void
Bridge.setMirrors
(Set<UUID> mirrors) void
Bridge.setNetflow
(Set<UUID> netflow) void
Mirror.setOutputPort
(Set<UUID> outputPort) void
void
void
void
Mirror.setSelectDstPort
(Set<UUID> selectDstPrt) void
Mirror.setSelectSrcPort
(Set<UUID> selectSrcPort) void
void
-
Uses of UUID in org.opendaylight.ovsdb.southbound
Modifier and TypeMethodDescriptionstatic Map<UUID,
Controller> SouthboundMapper.createOvsdbController
(OvsdbBridgeAugmentation omn, DatabaseSchema dbSchema) Modifier 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>
void
OvsdbConnectionInstance.removePort
(UUID uuid) void
OvsdbConnectionInstance.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) Modifier 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
Modifier and TypeMethodDescriptionstatic UUID
TransactUtils.extractNamedUuid
(Insert insert) Extract the NamedUuid from the Insert.