Uses of Class
org.opendaylight.genius.infra.Datastore.Configuration
-
-
Uses of Datastore.Configuration in org.opendaylight.genius.idmanager
Method parameters in org.opendaylight.genius.idmanager with type arguments of type Datastore.Configuration Modifier and Type Method Description voidIdUtils. updateChildPool(TypedWriteTransaction<Datastore.Configuration> tx, java.lang.String poolName, java.lang.String localPoolName) -
Uses of Datastore.Configuration in org.opendaylight.genius.infra
Fields in org.opendaylight.genius.infra with type parameters of type Datastore.Configuration Modifier and Type Field Description static java.lang.Class<Datastore.Configuration>Datastore. CONFIGURATIONClass representing the configuration datastore. -
Uses of Datastore.Configuration in org.opendaylight.genius.interfacemanager
Method parameters in org.opendaylight.genius.interfacemanager with type arguments of type Datastore.Configuration Modifier and Type Method Description static voidIfmUtil. bindService(TypedWriteTransaction<Datastore.Configuration> tx, java.lang.String interfaceName, BoundServices serviceInfo, java.lang.Class<? extends ServiceModeBase> serviceMode)voidInterfacemgrProvider. bindService(java.lang.String interfaceName, java.lang.Class<? extends ServiceModeBase> serviceMode, BoundServices serviceInfo, TypedWriteTransaction<Datastore.Configuration> tx)static voidIfmUtil. unbindService(TypedWriteTransaction<Datastore.Configuration> tx, java.lang.String interfaceName, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<BoundServices> boundServicesInstanceIdentifier)static voidIfmUtil. updateInterfaceParentRef(TypedWriteTransaction<Datastore.Configuration> tx, java.lang.String interfaceName, java.lang.String parentInterface) -
Uses of Datastore.Configuration in org.opendaylight.genius.interfacemanager.commons
Method parameters in org.opendaylight.genius.interfacemanager.commons with type arguments of type Datastore.Configuration Modifier and Type Method Description static voidInterfaceMetaUtils. addBridgeRefToBridgeInterfaceEntry(org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeRef ovsdbBridgeRef, TypedWriteTransaction<Datastore.Configuration> tx)voidInterfaceManagerCommonUtils. addTunnelIngressFlow(TypedWriteTransaction<Datastore.Configuration> tx, IfTunnel tunnel, org.opendaylight.yangtools.yang.common.Uint64 dpnId, long portNo, java.lang.String interfaceName, int ifIndex)voidInterfaceManagerCommonUtils. createInterfaceChildEntry(@NonNull TypedWriteTransaction<Datastore.Configuration> tx, java.lang.String parentInterface, java.lang.String childInterface)booleanInterfaceManagerCommonUtils. createInterfaceChildEntryIfNotPresent(TypedWriteTransaction<Datastore.Configuration> tx, java.lang.String parentInterface, java.lang.String childInterface, IfL2vlan.L2vlanMode l2vlanMode)voidInterfaceManagerCommonUtils. removeTunnelIngressFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, IfTunnel tunnel, org.opendaylight.yangtools.yang.common.Uint64 dpnId, java.lang.String interfaceName) -
Uses of Datastore.Configuration in org.opendaylight.genius.interfacemanager.interfaces
Method parameters in org.opendaylight.genius.interfacemanager.interfaces with type arguments of type Datastore.Configuration Modifier and Type Method Description voidIInterfaceManager. bindService(java.lang.String interfaceName, java.lang.Class<? extends ServiceModeBase> serviceMode, BoundServices serviceInfo, TypedWriteTransaction<Datastore.Configuration> tx) -
Uses of Datastore.Configuration in org.opendaylight.genius.interfacemanager.renderer.hwvtep.confighelpers
Method parameters in org.opendaylight.genius.interfacemanager.renderer.hwvtep.confighelpers with type arguments of type Datastore.Configuration Modifier and Type Method Description static voidHwVTEPInterfaceConfigAddHelper. addTerminationPoints(TypedWriteTransaction<Datastore.Configuration> transaction, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node> globalNodeId, IfTunnel ifTunnel) -
Uses of Datastore.Configuration in org.opendaylight.genius.interfacemanager.renderer.ovs.confighelpers
Method parameters in org.opendaylight.genius.interfacemanager.renderer.ovs.confighelpers with type arguments of type Datastore.Configuration Modifier and Type Method Description voidOvsInterfaceConfigRemoveHelper. removeTunnelIngressFlow(TypedReadWriteTransaction<Datastore.Configuration> confTx, java.lang.String interfaceName, IfTunnel ifTunnel, org.opendaylight.yangtools.yang.common.Uint64 dpId) -
Uses of Datastore.Configuration in org.opendaylight.genius.interfacemanager.renderer.ovs.utilities
Method parameters in org.opendaylight.genius.interfacemanager.renderer.ovs.utilities with type arguments of type Datastore.Configuration Modifier and Type Method Description static voidSouthboundUtils. updateBfdParamtersForTerminationPoint(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> bridgeIid, IfTunnel ifTunnel, java.lang.String portName, TypedWriteTransaction<Datastore.Configuration> transaction) -
Uses of Datastore.Configuration in org.opendaylight.genius.interfacemanager.servicebindings.flowbased.state.helpers
Method parameters in org.opendaylight.genius.interfacemanager.servicebindings.flowbased.state.helpers with type arguments of type Datastore.Configuration Modifier and Type Method Description protected abstract voidAbstractFlowBasedServicesStateBindHelper. bindServicesOnInterface(TypedReadWriteTransaction<Datastore.Configuration> tx, java.util.List<BoundServices> allServices, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface ifState)voidFlowBasedEgressServicesStateBindHelper. bindServicesOnInterface(TypedReadWriteTransaction<Datastore.Configuration> tx, java.util.List<BoundServices> allServices, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface ifState)voidFlowBasedIngressServicesStateBindHelper. bindServicesOnInterface(TypedReadWriteTransaction<Datastore.Configuration> tx, java.util.List<BoundServices> allServices, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface ifaceState) -
Uses of Datastore.Configuration in org.opendaylight.genius.interfacemanager.servicebindings.flowbased.utilities
Method parameters in org.opendaylight.genius.interfacemanager.servicebindings.flowbased.utilities with type arguments of type Datastore.Configuration Modifier and Type Method Description static voidFlowBasedServicesUtils. bindDefaultEgressDispatcherService(TypedWriteTransaction<Datastore.Configuration> tx, java.lang.String interfaceName, java.util.List<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction> instructions)static voidFlowBasedServicesUtils. bindDefaultEgressDispatcherService(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface interfaceInfo, java.lang.String portNo, java.lang.String interfaceName, int ifIndex)static ServicesInfoFlowBasedServicesUtils. getServicesInfoForInterface(TypedReadTransaction<Datastore.Configuration> tx, java.lang.String interfaceName, java.lang.Class<? extends ServiceModeBase> serviceMode)static voidFlowBasedServicesUtils. installEgressDispatcherFlows(org.opendaylight.yangtools.yang.common.Uint64 dpId, BoundServices boundService, java.lang.String interfaceName, TypedWriteTransaction<Datastore.Configuration> tx, int interfaceTag, short currentServiceIndex, short nextServiceIndex, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface iface)static voidFlowBasedServicesUtils. installEgressDispatcherSplitHorizonFlow(org.opendaylight.yangtools.yang.common.Uint64 dpId, BoundServices boundService, java.lang.String interfaceName, TypedWriteTransaction<Datastore.Configuration> tx, int interfaceTag, short currentServiceIndex, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface iface)static voidFlowBasedServicesUtils. installFlow(org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow flow, TypedWriteTransaction<Datastore.Configuration> writeTransaction)static voidFlowBasedServicesUtils. installInterfaceIngressFlow(org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface iface, BoundServices boundServiceNew, TypedWriteTransaction<Datastore.Configuration> tx, java.util.List<MatchInfo> matches, int lportTag, short tableId)static voidFlowBasedServicesUtils. installLPortDispatcherFlow(org.opendaylight.yangtools.yang.common.Uint64 dpId, BoundServices boundService, java.lang.String interfaceName, TypedWriteTransaction<Datastore.Configuration> tx, int interfaceTag, short currentServiceIndex, short nextServiceIndex)static voidFlowBasedServicesUtils. removeEgressDispatcherFlows(org.opendaylight.yangtools.yang.common.Uint64 dpId, java.lang.String iface, TypedWriteTransaction<Datastore.Configuration> writeTransaction, short currentServiceIndex)static voidFlowBasedServicesUtils. removeEgressSplitHorizonDispatcherFlow(org.opendaylight.yangtools.yang.common.Uint64 dpId, java.lang.String iface, TypedWriteTransaction<Datastore.Configuration> writeTransaction)static voidFlowBasedServicesUtils. removeIngressFlow(java.lang.String name, BoundServices serviceOld, org.opendaylight.yangtools.yang.common.Uint64 dpId, TypedWriteTransaction<Datastore.Configuration> writeTransaction)static voidFlowBasedServicesUtils. removeLPortDispatcherFlow(org.opendaylight.yangtools.yang.common.Uint64 dpId, java.lang.String iface, BoundServices boundServicesOld, TypedWriteTransaction<Datastore.Configuration> writeTransaction, short currentServiceIndex) -
Uses of Datastore.Configuration in org.opendaylight.genius.itm.confighelpers
Method parameters in org.opendaylight.genius.itm.confighelpers with type arguments of type Datastore.Configuration Modifier and Type Method Description static voidOvsdbTepAddConfigHelper. addVtepInITMConfigDS(java.util.List<Vteps> updatedVtepList, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress tepIpAddress, java.lang.String tzName, org.opendaylight.yangtools.yang.common.Uint64 dpid, boolean ofTunnel, TypedWriteTransaction<Datastore.Configuration> tx)Adds the TEP into Vtep list in the subnet list in the transport zone list from ITM configuration Datastore by merge operation with write transaction.voidItmExternalTunnelAddWorker. buildHwVtepsTunnels(java.util.List<DPNTEPsInfo> cfgdDpnList, java.util.List<HwVtep> cfgdHwVteps, TypedReadWriteTransaction<Datastore.Configuration> tx)voidItmExternalTunnelAddWorker. buildTunnelsFromDpnToExternalEndPoint(java.util.List<org.opendaylight.yangtools.yang.common.Uint64> dpnId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress extIp, java.lang.Class<? extends TunnelTypeBase> tunType, TypedWriteTransaction<Datastore.Configuration> tx)voidItmExternalTunnelAddWorker. buildTunnelsToExternalEndPoint(java.util.Collection<DPNTEPsInfo> cfgDpnList, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress extIp, java.lang.Class<? extends TunnelTypeBase> tunType, TypedWriteTransaction<Datastore.Configuration> tx)voidItmTunnelAggregationHelper. createLogicalTunnelSelectGroup(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 srcDpnId, java.lang.String interfaceName, int lportTag)static voidItmExternalTunnelDeleteWorker. deleteHwVtepsTunnels(java.util.List<DPNTEPsInfo> delDpnList, java.util.List<HwVtep> cfgdHwVteps, TransportZone originalTZone, TypedReadWriteTransaction<Datastore.Configuration> tx, ItmConfig itmConfig)static voidItmExternalTunnelDeleteWorker. deleteTunnels(java.util.Collection<DPNTEPsInfo> dpnTepsList, java.util.Collection<DPNTEPsInfo> meshedDpnList, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress extIp, java.lang.Class<? extends TunnelTypeBase> tunType, TypedWriteTransaction<Datastore.Configuration> tx)static voidItmExternalTunnelDeleteWorker. deleteTunnels(java.util.Collection<DPNTEPsInfo> dpnTepsList, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress extIp, java.lang.Class<? extends TunnelTypeBase> tunType, TypedWriteTransaction<Datastore.Configuration> tx)voidItmMonitorWorker. updateMonitoringDS(org.opendaylight.yangtools.yang.common.Uint64 sourceDpnId, java.util.List<RemoteDpns> remoteDpnTepNewList, TypedWriteTransaction<Datastore.Configuration> tx) -
Uses of Datastore.Configuration in org.opendaylight.genius.itm.impl
Method parameters in org.opendaylight.genius.itm.impl with type arguments of type Datastore.Configuration Modifier and Type Method Description static voidItmUtils. addTerminatingServiceTable(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpnId, IMdsalApiManager mdsalManager)static voidItmUtils. removeTerminatingServiceTable(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpnId, IMdsalApiManager mdsalManager) -
Uses of Datastore.Configuration in org.opendaylight.genius.itm.itmdirecttunnels.renderer.ovs.utilities
Method parameters in org.opendaylight.genius.itm.itmdirecttunnels.renderer.ovs.utilities with type arguments of type Datastore.Configuration Modifier and Type Method Description voidDirectTunnelUtils. addTunnelEgressFlow(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpnId, java.lang.String portNo, int dstId, java.lang.String interfaceName, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress dstIp)voidDirectTunnelUtils. addTunnelIngressFlow(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpnId, long portNo, java.lang.String interfaceName, int ifIndex, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address ipAddress)voidDirectTunnelUtils. removeTunnelEgressFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpnId, java.lang.String interfaceName)voidDirectTunnelUtils. removeTunnelIngressFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpnId, java.lang.String interfaceName) -
Uses of Datastore.Configuration in org.opendaylight.genius.itm.rpc
Method parameters in org.opendaylight.genius.itm.rpc with type arguments of type Datastore.Configuration Modifier and Type Method Description static java.util.List<DcGatewayIp>ItmManagerRpcService. getDcGatewayIpList(TypedReadWriteTransaction<Datastore.Configuration> tx) -
Uses of Datastore.Configuration in org.opendaylight.genius.mdsalutil.interfaces
Method parameters in org.opendaylight.genius.mdsalutil.interfaces with type arguments of type Datastore.Configuration Modifier and Type Method Description voidIMdsalApiManager. addBucket(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, long groupId, org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.buckets.Bucket bucket)voidIMdsalApiManager. addFlow(TypedWriteTransaction<Datastore.Configuration> tx, FlowEntity flowEntity)Adds the given flow.voidIMdsalApiManager. addFlow(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow flow)Adds the given flow.voidIMdsalApiManager. addGroup(TypedWriteTransaction<Datastore.Configuration> tx, GroupEntity groupEntity)Adds the given group using the given transaction.voidIMdsalApiManager. addGroup(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.groups.Group group)Adds the given group using the given transaction.voidIMdsalApiManager. removeBucket(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, long groupId, long bucketId)voidIMdsalApiManager. removeFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, FlowEntity flowEntity)Removes the given flow.voidIMdsalApiManager. removeFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, java.lang.String flowId, short tableId)Removes the given flow.voidIMdsalApiManager. removeFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow flow)Removes the given flow.voidIMdsalApiManager. removeFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowKey flowKey, short tableId)Removes the given flow.voidIMdsalApiManager. removeGroup(TypedReadWriteTransaction<Datastore.Configuration> tx, GroupEntity groupEntity)Remove a group using the given transaction.voidIMdsalApiManager. removeGroup(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, long groupId)Remove a group using the given transaction.voidIMdsalApiManager. removeGroup(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.groups.Group group)Remove a group using the given transaction. -
Uses of Datastore.Configuration in org.opendaylight.genius.mdsalutil.internal
Method parameters in org.opendaylight.genius.mdsalutil.internal with type arguments of type Datastore.Configuration Modifier and Type Method Description voidMDSALManager. addBucket(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, long groupId, org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.buckets.Bucket bucket)voidMDSALManager. addFlow(TypedWriteTransaction<Datastore.Configuration> tx, FlowEntity flowEntity)voidMDSALManager. addFlow(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow flow)voidMDSALManager. addGroup(TypedWriteTransaction<Datastore.Configuration> tx, GroupEntity groupEntity)voidMDSALManager. addGroup(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.groups.Group group)voidMDSALManager. removeBucket(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, long groupId, long bucketId)voidMDSALManager. removeFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, FlowEntity flowEntity)voidMDSALManager. removeFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, java.lang.String flowId, short tableId)voidMDSALManager. removeFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow flow)voidMDSALManager. removeFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowKey flowKey, short tableId)voidMDSALManager. removeGroup(TypedReadWriteTransaction<Datastore.Configuration> tx, GroupEntity groupEntity)voidMDSALManager. removeGroup(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, long groupId)voidMDSALManager. removeGroup(TypedReadWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.groups.Group group) -
Uses of Datastore.Configuration in org.opendaylight.genius.utils.hwvtep
Method parameters in org.opendaylight.genius.utils.hwvtep with type arguments of type Datastore.Configuration Modifier and Type Method Description static voidHwvtepUtils. addLogicalSwitch(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.global.attributes.LogicalSwitches logicalSwitch)Adds the logical switch.static voidHwvtepUtils. addRemoteUcastMac(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.global.attributes.RemoteUcastMacs remoteUcastMac)Adds the given remote unicast MAC.static voidHwvtepUtils. addRemoteUcastMacs(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId, java.lang.Iterable<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.global.attributes.RemoteUcastMacs> remoteUcastMacs)Adds the given remote unicast MACs.static voidHwvtepUtils. addUcastMacs(TypedWriteTransaction<Datastore.Configuration> tx, java.lang.String deviceNodeId, java.lang.Iterable<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.PhysAddress> macAddresses, java.lang.String logicalSwitchName, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress remoteVtepIp)Adds unicast MACs.static voidHwvtepUtils. deleteLogicalSwitch(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId, java.lang.String logicalSwitchName)Deletes the given logical switch.static voidHwvtepUtils. deleteRemoteMcastMac(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.global.attributes.RemoteMcastMacsKey remoteMcastMacsKey)Deletes the given remote multicast MAC.static voidHwvtepUtils. deleteRemoteUcastMac(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId, java.lang.String logicalSwitchName, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress macAddress)Deletes the given remote unicast MAC.static voidHwvtepUtils. deleteRemoteUcastMacs(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId, java.lang.String logicalSwitchName, java.lang.Iterable<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress> macAddresses)Deletes the given remote unicast MACs.static voidHwvtepUtils. deleteVlanBinding(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId physicalSwitchNodeId, java.lang.String phyPortName, java.lang.Integer vlanId)Deletes the given VLAN binding.static @Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.global.attributes.LogicalSwitchesHwvtepUtils. getLogicalSwitch(TypedReadTransaction<Datastore.Configuration> tx, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId, java.lang.String logicalSwitchName)Retrieves the logical switch.static voidHwvtepUtils. mergeVlanBindings(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId, java.lang.String phySwitchName, java.lang.String phyPortName, java.util.List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.physical.port.attributes.VlanBindings> vlanBindings)Merges the given VLAN bindings.static voidHwvtepUtils. mergeVlanBindings(TypedWriteTransaction<Datastore.Configuration> tx, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId physicalSwitchNodeId, java.lang.String phyPortName, java.util.List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.physical.port.attributes.VlanBindings> vlanBindings)Merges the given VLAN bindings.
-