Class UcastMacsLocalRemoveCommand.MacDependencyGetter
- java.lang.Object
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transact.UnMetDependencyGetter<LocalUcastMacs>
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transact.UcastMacsLocalRemoveCommand.MacDependencyGetter
-
- Enclosing class:
- UcastMacsLocalRemoveCommand
public static class UcastMacsLocalRemoveCommand.MacDependencyGetter extends UnMetDependencyGetter<LocalUcastMacs>
-
-
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(LocalUcastMacs data)
List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>
getTerminationPointDependencies(LocalUcastMacs 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(LocalUcastMacs data)
- Specified by:
getLogicalSwitchDependencies
in classUnMetDependencyGetter<LocalUcastMacs>
-
getTerminationPointDependencies
public List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> getTerminationPointDependencies(LocalUcastMacs data)
- Specified by:
getTerminationPointDependencies
in classUnMetDependencyGetter<LocalUcastMacs>
-
-