Class PlainLogicalSwitchRemoveCmd
java.lang.Object
org.opendaylight.ovsdb.hwvtepsouthbound.transact.AbstractTransactCommand<LogicalSwitches,LogicalSwitchesKey,HwvtepGlobalAugmentation>
org.opendaylight.ovsdb.hwvtepsouthbound.transact.PlainLogicalSwitchRemoveCmd
- All Implemented Interfaces:
TransactCommand<LogicalSwitches>
public final class PlainLogicalSwitchRemoveCmd
extends AbstractTransactCommand<LogicalSwitches,LogicalSwitchesKey,HwvtepGlobalAugmentation>
-
Field Summary
Fields inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transact.AbstractTransactCommand
deviceTransaction, hwvtepOperationalState, TXUUID -
Constructor Summary
ConstructorsConstructorDescriptionPlainLogicalSwitchRemoveCmd(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, LogicalSwitches logicalSwitches, int retryCount) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanareEqual(LogicalSwitches logicalSwitches1, LogicalSwitches logicalSwitches2) voidexecute(TransactionBuilder transaction) protected Map<LogicalSwitchesKey, LogicalSwitches> getData(HwvtepGlobalAugmentation augmentation) protected booleanbooleanretry()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, getLsKeyStr, getNodeKeyStr, getOperationalState, getTableReader, markKeyAsInTransit, newOperState, onCommandFailed, onCommandSucceeded, onConfigUpdate, onFailure, onSuccess, ops, updateConfigData
-
Constructor Details
-
PlainLogicalSwitchRemoveCmd
public PlainLogicalSwitchRemoveCmd(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, LogicalSwitches logicalSwitches, int retryCount)
-
-
Method Details
-
execute
-
getData
- Overrides:
getDatain classAbstractTransactCommand<LogicalSwitches,LogicalSwitchesKey, HwvtepGlobalAugmentation>
-
areEqual
- Overrides:
areEqualin classAbstractTransactCommand<LogicalSwitches,LogicalSwitchesKey, HwvtepGlobalAugmentation>
-
retry
public boolean retry() -
isDeleteCmd
protected boolean isDeleteCmd()- Overrides:
isDeleteCmdin classAbstractTransactCommand<LogicalSwitches,LogicalSwitchesKey, HwvtepGlobalAugmentation>
-