Class McastMacsLocalRemoveCommand.MacDependencyGetter
- java.lang.Object
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transact.UnMetDependencyGetter<LocalMcastMacs>
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transact.McastMacsLocalRemoveCommand.MacDependencyGetter
-
- Enclosing class:
- McastMacsLocalRemoveCommand
public static class McastMacsLocalRemoveCommand.MacDependencyGetter extends UnMetDependencyGetter<LocalMcastMacs>
-
-
Constructor Summary
Constructors Constructor Description MacDependencyGetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>getLogicalSwitchDependencies(LocalMcastMacs data)List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>getTerminationPointDependencies(LocalMcastMacs data)-
Methods inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transact.UnMetDependencyGetter
getInTransitDependencies, getUnMetConfigDependencies
-
-
-
-
Method Detail
-
getLogicalSwitchDependencies
public List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> getLogicalSwitchDependencies(LocalMcastMacs data)
- Specified by:
getLogicalSwitchDependenciesin classUnMetDependencyGetter<LocalMcastMacs>
-
getTerminationPointDependencies
public List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> getTerminationPointDependencies(LocalMcastMacs data)
- Specified by:
getTerminationPointDependenciesin classUnMetDependencyGetter<LocalMcastMacs>
-
-