Uses of Interface
org.apache.iotdb.db.mpp.execution.schedule.queue.ID
-
Packages that use ID Package Description org.apache.iotdb.db.mpp.execution.schedule.queue org.apache.iotdb.db.mpp.execution.schedule.task -
-
Uses of ID in org.apache.iotdb.db.mpp.execution.schedule.queue
Methods in org.apache.iotdb.db.mpp.execution.schedule.queue that return ID Modifier and Type Method Description IDIDIndexedAccessible. getId()Methods in org.apache.iotdb.db.mpp.execution.schedule.queue with parameters of type ID Modifier and Type Method Description EIndexedBlockingQueue. get(ID id)Get the element by id.EIndexedBlockingQueue. remove(ID id)Remove and return the element by id.voidIDIndexedAccessible. setId(ID id) -
Uses of ID in org.apache.iotdb.db.mpp.execution.schedule.task
Classes in org.apache.iotdb.db.mpp.execution.schedule.task that implement ID Modifier and Type Class Description classDriverTaskIDthe class of id of the fragment instance taskMethods in org.apache.iotdb.db.mpp.execution.schedule.task with parameters of type ID Modifier and Type Method Description voidDriverTask. setId(ID id)
-