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 Modifier Constructor Description protected
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:
getLogicalSwitchDependencies
in classUnMetDependencyGetter<LocalMcastMacs>
-
getTerminationPointDependencies
public List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> getTerminationPointDependencies(LocalMcastMacs data)
- Specified by:
getTerminationPointDependencies
in classUnMetDependencyGetter<LocalMcastMacs>
-
-