Class HwvtepLogicalRouterUpdateCommand
- java.lang.Object
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.AbstractTransactionCommand
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.HwvtepLogicalRouterUpdateCommand
-
- All Implemented Interfaces:
TransactionCommand
public class HwvtepLogicalRouterUpdateCommand extends AbstractTransactionCommand
-
-
Constructor Summary
Constructors Constructor Description HwvtepLogicalRouterUpdateCommand(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction transaction)
-
Methods inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.AbstractTransactionCommand
getConnectionInfo, getDbSchema, getDeviceInfo, getOvsdbConnectionInstance, getUpdates
-
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
-
HwvtepLogicalRouterUpdateCommand
public HwvtepLogicalRouterUpdateCommand(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)
-
-