Class HwvtepGlobalRemoveCommand

java.lang.Object
org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.AbstractTransactionCommand
org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.HwvtepGlobalRemoveCommand
All Implemented Interfaces:
TransactionCommand

public class HwvtepGlobalRemoveCommand extends AbstractTransactionCommand
  • Constructor Details

    • HwvtepGlobalRemoveCommand

      public HwvtepGlobalRemoveCommand(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)
    • HwvtepGlobalRemoveCommand

      public HwvtepGlobalRemoveCommand(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node> nodeInstanceIdentifier)
  • Method Details

    • execute

      public void execute(org.opendaylight.mdsal.binding.api.ReadWriteTransaction transaction)