Class EmptyDependencyGetter
java.lang.Object
org.opendaylight.ovsdb.hwvtepsouthbound.transact.UnMetDependencyGetter
org.opendaylight.ovsdb.hwvtepsouthbound.transact.EmptyDependencyGetter
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>
getLogicalSwitchDependencies
(org.opendaylight.yangtools.yang.binding.KeyAware data) List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>
getTerminationPointDependencies
(org.opendaylight.yangtools.yang.binding.KeyAware data) Methods inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transact.UnMetDependencyGetter
getInTransitDependencies, getUnMetConfigDependencies
-
Field Details
-
INSTANCE
-
-
Method Details
-
getLogicalSwitchDependencies
public List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> getLogicalSwitchDependencies(org.opendaylight.yangtools.yang.binding.KeyAware data) - Specified by:
getLogicalSwitchDependencies
in classUnMetDependencyGetter
-
getTerminationPointDependencies
public List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> getTerminationPointDependencies(org.opendaylight.yangtools.yang.binding.KeyAware data) - Specified by:
getTerminationPointDependencies
in classUnMetDependencyGetter
-