Package org.apache.iotdb.db.mpp.execution.schedule.queue
-
Interface Summary Interface Description ID A simple interface to indicate the id typeIDIndexedAccessible A simple interface for id getter and setter. -
Class Summary Class Description IndexedBlockingQueue<E extends IDIndexedAccessible> The base class of a special kind of blocking queue, which has these characters:L1PriorityQueue<E extends IDIndexedAccessible> An efficient subclass ofIndexedBlockingQueuewith 1-level priority groups.L2PriorityQueue<E extends IDIndexedAccessible> An efficient subclass ofIndexedBlockingQueuewith 2-level priority groups.