Package io.trino.execution.resourcegroups
package io.trino.execution.resourcegroups
-
ClassDescriptionA priority queue with constant time contains(E) and log time remove(E) Ties are broken by insertion orderResource groups form a tree, and all access to a group is guarded by the root of the tree.Used on workers.Classes implementing this interface must be thread safe.