Class DependencyQueue
java.lang.Object
org.opendaylight.ovsdb.hwvtepsouthbound.transact.DependencyQueue
- 
Constructor SummaryConstructorsConstructorDescriptionDependencyQueue(ScheduledExecutorService executor, HwvtepDeviceInfo hwvtepDeviceInfo) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanaddToQueue(DependentJob waitingJob) Tries to add the job to the waiting queue.voidprocessReadyJobsFromConfigQueue(HwvtepConnectionInstance connectionInstance) Checks if any config data dependent jobs are ready to be processed and process them.voidprocessReadyJobsFromOpQueue(HwvtepConnectionInstance connectionInstance) Checks if any operational data dependent jobs are ready to be processed and process them.void
- 
Constructor Details- 
DependencyQueue
 
- 
- 
Method Details- 
addToQueueTries to add the job to the waiting queue.- Parameters:
- waitingJob- The job to be enqueued
- Returns:
- true if it is successfully added to the queue
 
- 
processReadyJobsFromConfigQueueChecks if any config data dependent jobs are ready to be processed and process them.- Parameters:
- connectionInstance- The connection instance
 
- 
processReadyJobsFromOpQueueChecks if any operational data dependent jobs are ready to be processed and process them.- Parameters:
- connectionInstance- The connection instance
 
- 
submit
 
-