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>
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static UcastMacsLocalRemoveCommand.MacDependencyGetterINSTANCE 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedMacDependencyGetter() 
- 
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 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final UcastMacsLocalRemoveCommand.MacDependencyGetter INSTANCE
 
 - 
 
- 
Method Detail
- 
getLogicalSwitchDependencies
public List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> getLogicalSwitchDependencies(LocalUcastMacs data)
- Specified by:
 getLogicalSwitchDependenciesin classUnMetDependencyGetter<LocalUcastMacs>
 
- 
getTerminationPointDependencies
public List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> getTerminationPointDependencies(LocalUcastMacs data)
- Specified by:
 getTerminationPointDependenciesin classUnMetDependencyGetter<LocalUcastMacs>
 
 - 
 
 -