Uses of Class
org.opendaylight.netvirt.elan.l2gw.ha.commands.MergeCommand
-
Packages that use MergeCommand Package Description org.opendaylight.netvirt.elan.l2gw.ha.commands org.opendaylight.netvirt.elan.l2gw.ha.listeners org.opendaylight.netvirt.elan.l2gw.ha.merge -
-
Uses of MergeCommand in org.opendaylight.netvirt.elan.l2gw.ha.commands
Subclasses of MergeCommand in org.opendaylight.netvirt.elan.l2gw.ha.commands Modifier and Type Class Description classLocalMcastCmdclassLocalUcastCmdclassLogicalSwitchesCmdclassPhysicalLocatorCmdclassRemoteMcastCmdclassRemoteUcastCmdclassSwitchesCmdclassTerminationPointCmdclassTunnelCmdclassTunnelIpCmd -
Uses of MergeCommand in org.opendaylight.netvirt.elan.l2gw.ha.listeners
Constructors in org.opendaylight.netvirt.elan.l2gw.ha.listeners with parameters of type MergeCommand Constructor Description HwvtepNodeDataListener(org.opendaylight.controller.md.sal.binding.api.DataBroker broker, org.opendaylight.genius.utils.hwvtep.HwvtepNodeHACache hwvtepNodeHACache, java.lang.Class<T> clazz, java.lang.Class<HwvtepNodeDataListener<D,T>> eventClazz, MergeCommand<T,?,?> mergeCommand, java.lang.Class<D> datastoreType) -
Uses of MergeCommand in org.opendaylight.netvirt.elan.l2gw.ha.merge
Fields in org.opendaylight.netvirt.elan.l2gw.ha.merge with type parameters of type MergeCommand Modifier and Type Field Description protected java.util.Map<java.lang.Class<?>,MergeCommand>MergeCommandsAggregator. commandsMethods in org.opendaylight.netvirt.elan.l2gw.ha.merge with parameters of type MergeCommand Modifier and Type Method Description protected voidMergeCommandsAggregator. addCommand(MergeCommand mergeCommand)
-