Class HwvtepOperationalCommandAggregator
- java.lang.Object
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.HwvtepOperationalCommandAggregator
-
- All Implemented Interfaces:
TransactionCommand
public final class HwvtepOperationalCommandAggregator extends Object implements TransactionCommand
-
-
Constructor Summary
Constructors Constructor Description HwvtepOperationalCommandAggregator(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.opendaylight.mdsal.binding.api.ReadWriteTransaction transaction)
void
onFailure()
void
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
-
HwvtepOperationalCommandAggregator
public HwvtepOperationalCommandAggregator(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)
-
-
Method Detail
-
execute
public void execute(org.opendaylight.mdsal.binding.api.ReadWriteTransaction transaction)
- Specified by:
execute
in interfaceTransactionCommand
-
onSuccess
public void onSuccess()
- Specified by:
onSuccess
in interfaceTransactionCommand
-
onFailure
public void onFailure()
- Specified by:
onFailure
in interfaceTransactionCommand
-
-