Class LogicalRouterRemoveCommand
- java.lang.Object
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transact.AbstractTransactCommand<LogicalRouters,LogicalRoutersKey,HwvtepGlobalAugmentation>
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transact.LogicalRouterRemoveCommand
-
- All Implemented Interfaces:
TransactCommand<LogicalRouters>
public class LogicalRouterRemoveCommand extends AbstractTransactCommand<LogicalRouters,LogicalRoutersKey,HwvtepGlobalAugmentation>
-
-
Field Summary
-
Fields inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transact.AbstractTransactCommand
deviceTransaction, hwvtepOperationalState, TXUUID
-
-
Constructor Summary
Constructors Constructor Description LogicalRouterRemoveCommand(HwvtepOperationalState state, Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>> changes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanareEqual(LogicalRouters routers1, LogicalRouters routers2)voidexecute(TransactionBuilder transaction)protected Map<LogicalRoutersKey,LogicalRouters>getData(HwvtepGlobalAugmentation augmentation)booleanisDeleteCmd()-
Methods inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transact.AbstractTransactCommand
addJobToQueue, augmentation, cascadeDelete, clearConfigData, doDeviceTransaction, extractRemoved, extractUpdated, fetchDeviceData, getChanges, getClassType, getClone, getConfigData, getConnectionInstance, getData, getDataBroker, getDependencyGetter, getDeviceInfo, getDeviceOpData, getDeviceTransaction, getKeyStr, getLsKeyStr, getNodeKeyStr, getOperationalState, getTableReader, markKeyAsInTransit, newOperState, onCommandFailed, onCommandSucceeded, onConfigUpdate, onFailure, onSuccess, updateConfigData
-
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.transact.TransactCommand
retry
-
-
-
-
Constructor Detail
-
LogicalRouterRemoveCommand
public LogicalRouterRemoveCommand(HwvtepOperationalState state, Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>> changes)
-
-
Method Detail
-
execute
public void execute(TransactionBuilder transaction)
-
getData
protected Map<LogicalRoutersKey,LogicalRouters> getData(HwvtepGlobalAugmentation augmentation)
- Overrides:
getDatain classAbstractTransactCommand<LogicalRouters,LogicalRoutersKey,HwvtepGlobalAugmentation>
-
areEqual
protected boolean areEqual(LogicalRouters routers1, LogicalRouters routers2)
- Overrides:
areEqualin classAbstractTransactCommand<LogicalRouters,LogicalRoutersKey,HwvtepGlobalAugmentation>
-
isDeleteCmd
public boolean isDeleteCmd()
- Overrides:
isDeleteCmdin classAbstractTransactCommand<LogicalRouters,LogicalRoutersKey,HwvtepGlobalAugmentation>
-
-