Uses of Class
org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
-
Packages that use IndexedBlockingQueue Package Description org.apache.iotdb.db.mpp.execution.schedule org.apache.iotdb.db.mpp.execution.schedule.queue -
-
Uses of IndexedBlockingQueue in org.apache.iotdb.db.mpp.execution.schedule
Constructors in org.apache.iotdb.db.mpp.execution.schedule with parameters of type IndexedBlockingQueue Constructor Description AbstractDriverThread(java.lang.String workerId, java.lang.ThreadGroup tg, IndexedBlockingQueue<DriverTask> queue, ITaskScheduler scheduler)DriverTaskThread(java.lang.String workerId, java.lang.ThreadGroup tg, IndexedBlockingQueue<DriverTask> queue, ITaskScheduler scheduler)DriverTaskTimeoutSentinelThread(java.lang.String workerId, java.lang.ThreadGroup tg, IndexedBlockingQueue<DriverTask> queue, ITaskScheduler scheduler) -
Uses of IndexedBlockingQueue in org.apache.iotdb.db.mpp.execution.schedule.queue
Subclasses of IndexedBlockingQueue in org.apache.iotdb.db.mpp.execution.schedule.queue Modifier and Type Class Description classL1PriorityQueue<E extends IDIndexedAccessible>An efficient subclass ofIndexedBlockingQueuewith 1-level priority groups.classL2PriorityQueue<E extends IDIndexedAccessible>An efficient subclass ofIndexedBlockingQueuewith 2-level priority groups.
-