Uses of Class
org.opendaylight.ovsdb.hwvtepsouthbound.transact.DependentJob
-
Packages that use DependentJob Package Description org.opendaylight.ovsdb.hwvtepsouthbound org.opendaylight.ovsdb.hwvtepsouthbound.transact -
-
Uses of DependentJob in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type DependentJob Modifier and Type Method Description <T extends org.opendaylight.yangtools.yang.binding.Identifiable>
voidHwvtepDeviceInfo. addJobToQueue(DependentJob<T> job) -
Uses of DependentJob in org.opendaylight.ovsdb.hwvtepsouthbound.transact
Subclasses of DependentJob in org.opendaylight.ovsdb.hwvtepsouthbound.transact Modifier and Type Class Description static classDependentJob.ConfigWaitingJob<T extends org.opendaylight.yangtools.yang.binding.Identifiable>static classDependentJob.OpWaitingJob<T extends org.opendaylight.yangtools.yang.binding.Identifiable>Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transact with parameters of type DependentJob Modifier and Type Method Description booleanDependencyQueue. addToQueue(DependentJob waitingJob)Tries to add the job to the waiting queue.
-