Uses of Class
org.apache.druid.query.QueryResourceId
Packages that use QueryResourceId
-
Uses of QueryResourceId in org.apache.druid.query
Methods in org.apache.druid.query that return QueryResourceId -
Uses of QueryResourceId in org.apache.druid.query.groupby
Methods in org.apache.druid.query.groupby with parameters of type QueryResourceIdModifier and TypeMethodDescriptionvoidGroupByResourcesReservationPool.clean(QueryResourceId queryResourceId) Removes the entry corresponding to the unique id from the map, and cleans up the resources.voidGroupByStatsProvider.closeQuery(QueryResourceId resourceId) GroupByResourcesReservationPool.fetch(QueryResourceId queryResourceId) Fetches resources corresponding to the given resource idGroupByStatsProvider.getPerQueryStatsContainer(QueryResourceId resourceId) voidGroupByResourcesReservationPool.reserve(QueryResourceId queryResourceId, GroupByQuery groupByQuery, boolean willMergeRunner, GroupByStatsProvider.PerQueryStats perQueryStats) Reserves appropriate resources, and maps it to the queryResourceId (usually the query's resource id) in the internal map.