T
- public abstract class UnMetDependencyGetter<T extends org.opendaylight.yangtools.yang.binding.Identifiable> extends Object
Constructor and Description |
---|
UnMetDependencyGetter() |
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable>,List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier>> |
getInTransitDependencies(HwvtepOperationalState opState,
T data)
Returns the iids this data depends upon
which are already intransit in the previous transaction if any
|
abstract List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> |
getLogicalSwitchDependencies(T data) |
abstract List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> |
getTerminationPointDependencies(T data) |
Map<Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable>,List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier>> |
getUnMetConfigDependencies(HwvtepOperationalState opState,
T data)
Returns the iids this data depends upon
which are not yet present in the config data store if any
|
public Map<Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable>,List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier>> getInTransitDependencies(HwvtepOperationalState opState, T data)
opState
- The operatonal statedata
- The data objectpublic Map<Class<? extends org.opendaylight.yangtools.yang.binding.Identifiable>,List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier>> getUnMetConfigDependencies(HwvtepOperationalState opState, T data)
opState
- The operatonal statedata
- The data objectpublic abstract List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> getLogicalSwitchDependencies(T data)
Copyright © 2018 OpenDaylight. All rights reserved.