Uses of Interface
org.opendaylight.ovsdb.hwvtepsouthbound.transact.TransactCommand
-
Packages that use TransactCommand Package Description org.opendaylight.ovsdb.hwvtepsouthbound org.opendaylight.ovsdb.hwvtepsouthbound.transact -
-
Uses of TransactCommand in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type TransactCommand Modifier and Type Method Description void
HwvtepDeviceInfo. scheduleTransaction(TransactCommand transactCommand)
void
HwvtepConnectionInstance. transact(TransactCommand command)
void
HwvtepConnectionInstance. transact(TransactCommand command, boolean reconcile)
-
Uses of TransactCommand in org.opendaylight.ovsdb.hwvtepsouthbound.transact
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transact with parameters of type TransactCommand Modifier and Type Method Description void
TransactInvoker. invoke(TransactCommand command)
void
TransactInvokerImpl. invoke(TransactCommand command)
-