Uses of Class
org.apache.druid.query.QueryResourceId
-
Packages that use QueryResourceId Package Description org.apache.druid.query org.apache.druid.query.groupby -
-
Uses of QueryResourceId in org.apache.druid.query
Methods in org.apache.druid.query that return QueryResourceId Modifier and Type Method Description QueryResourceIdQueryContext. getQueryResourceId() -
Uses of QueryResourceId in org.apache.druid.query.groupby
Methods in org.apache.druid.query.groupby with parameters of type QueryResourceId Modifier and Type Method Description voidGroupByResourcesReservationPool. clean(QueryResourceId queryResourceId)Removes the entry corresponding to the unique id from the map, and cleans up the resources.GroupByQueryResourcesGroupByResourcesReservationPool. fetch(QueryResourceId queryResourceId)Fetches resources corresponding to the given resource idvoidGroupByResourcesReservationPool. reserve(QueryResourceId queryResourceId, GroupByQuery groupByQuery, boolean willMergeRunner)Reserves appropriate resources, and maps it to the queryResourceId (usually the query's resource id) in the internal map.
-