Class ResourceIdPopulatingQueryRunner<T>

java.lang.Object
org.apache.druid.server.ResourceIdPopulatingQueryRunner<T>
All Implemented Interfaces:
QueryRunner<T>

public class ResourceIdPopulatingQueryRunner<T> extends Object implements QueryRunner<T>
Populates QueryContexts.QUERY_RESOURCE_ID in the query context
  • Constructor Details

    • ResourceIdPopulatingQueryRunner

      public ResourceIdPopulatingQueryRunner(QueryRunner<T> baseRunner)
  • Method Details