Class HwvtepTunnelUpdateCommand
java.lang.Object
org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.AbstractTransactionCommand
org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.HwvtepTunnelUpdateCommand
- All Implemented Interfaces:
 TransactionCommand
- 
Field Summary
Fields inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.AbstractTransactionCommand
addedKeys, deletedKeys, deviceInfo, key - 
Constructor Summary
ConstructorsConstructorDescriptionHwvtepTunnelUpdateCommand(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(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, onSuccessMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.TransactionCommand
getTransactionResultFuture, setTransactionResultFuture 
- 
Constructor Details
- 
HwvtepTunnelUpdateCommand
public HwvtepTunnelUpdateCommand(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)  
 - 
 - 
Method Details
- 
execute
public void execute(org.opendaylight.mdsal.binding.api.ReadWriteTransaction transaction)  
 -