Class McastMacsLocalUpdateCommand
java.lang.Object
org.opendaylight.ovsdb.hwvtepsouthbound.transact.AbstractTransactCommand<LocalMcastMacs,LocalMcastMacsKey,HwvtepGlobalAugmentation>
org.opendaylight.ovsdb.hwvtepsouthbound.transact.McastMacsLocalUpdateCommand
- All Implemented Interfaces:
TransactCommand<LocalMcastMacs>
public class McastMacsLocalUpdateCommand
extends AbstractTransactCommand<LocalMcastMacs,LocalMcastMacsKey,HwvtepGlobalAugmentation>
-
Field Summary
Fields inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transact.AbstractTransactCommand
deviceTransaction, hwvtepOperationalState, TXUUID -
Constructor Summary
ConstructorsConstructorDescriptionMcastMacsLocalUpdateCommand(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
Modifier and TypeMethodDescriptionvoidexecute(TransactionBuilder transaction) protected Map<LocalMcastMacsKey,LocalMcastMacs> getData(HwvtepGlobalAugmentation augmentation) protected StringgetKeyStr(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<LocalMcastMacs> iid) Methods inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transact.AbstractTransactCommand
addJobToQueue, areEqual, augmentation, cascadeDelete, clearConfigData, doDeviceTransaction, extractRemoved, extractUpdated, fetchDeviceData, getChanges, getClassType, getClone, getConfigData, getConnectionInstance, getData, getDataBroker, getDependencyGetter, getDeviceInfo, getDeviceOpData, getDeviceTransaction, getLsKeyStr, getNodeKeyStr, getOperationalState, getTableReader, isDeleteCmd, markKeyAsInTransit, newOperState, onCommandFailed, onCommandSucceeded, onConfigUpdate, onFailure, onSuccess, ops, updateConfigDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.ovsdb.hwvtepsouthbound.transact.TransactCommand
retry
-
Constructor Details
-
McastMacsLocalUpdateCommand
public McastMacsLocalUpdateCommand(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 Details
-
execute
-
getData
- Overrides:
getDatain classAbstractTransactCommand<LocalMcastMacs,LocalMcastMacsKey, HwvtepGlobalAugmentation>
-
getKeyStr
protected String getKeyStr(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<LocalMcastMacs> iid) - Overrides:
getKeyStrin classAbstractTransactCommand<LocalMcastMacs,LocalMcastMacsKey, HwvtepGlobalAugmentation>
-