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
 
- 
- 
Field Summary
- 
Fields inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.AbstractTransactionCommand
addedKeys, deletedKeys, deviceInfo, key 
 - 
 
- 
Constructor Summary
Constructors Constructor Description HwvtepGlobalRemoveCommand(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.opendaylight.mdsal.binding.api.ReadWriteTransaction transaction)- 
Methods inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.AbstractTransactionCommand
addToDeleteTx, addToUpdateTx, clearDeviceOpUUID, getConnectionInfo, getDbSchema, getDeviceInfo, getOvsdbConnectionInstance, getUpdates, onFailure, onSuccess 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.TransactionCommand
getTransactionResultFuture, setTransactionResultFuture 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
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)
 
 - 
 
 -