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