@Singleton public final class OvsInterfaceConfigRemoveHelper extends Object
Constructor and Description |
---|
OvsInterfaceConfigRemoveHelper(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
AlivenessMonitorUtils alivenessMonitorUtils,
IMdsalApiManager mdsalApiManager,
org.opendaylight.infrautils.jobcoordinator.JobCoordinator coordinator,
InterfaceManagerCommonUtils interfaceManagerCommonUtils,
InterfaceMetaUtils interfaceMetaUtils,
SouthboundUtils southboundUtils) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface |
cleanUpInterfaceWithUnknownState(String interfaceName,
ParentRefs parentRefs,
IfTunnel ifTunnel,
org.opendaylight.controller.md.sal.binding.api.WriteTransaction transaction) |
List<com.google.common.util.concurrent.ListenableFuture<Void>> |
removeConfiguration(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface interfaceOld,
ParentRefs parentRefs) |
void |
removeTunnelIngressFlow(String interfaceName,
IfTunnel ifTunnel,
BigInteger dpId) |
@Inject public OvsInterfaceConfigRemoveHelper(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, AlivenessMonitorUtils alivenessMonitorUtils, IMdsalApiManager mdsalApiManager, org.opendaylight.infrautils.jobcoordinator.JobCoordinator coordinator, InterfaceManagerCommonUtils interfaceManagerCommonUtils, InterfaceMetaUtils interfaceMetaUtils, SouthboundUtils southboundUtils)
public List<com.google.common.util.concurrent.ListenableFuture<Void>> removeConfiguration(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface interfaceOld, ParentRefs parentRefs)
public void removeTunnelIngressFlow(String interfaceName, IfTunnel ifTunnel, BigInteger dpId)
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface cleanUpInterfaceWithUnknownState(String interfaceName, ParentRefs parentRefs, IfTunnel ifTunnel, org.opendaylight.controller.md.sal.binding.api.WriteTransaction transaction)
Copyright © 2019 OpenDaylight. All rights reserved.