Search in sources :

Example 1 with ConcurrentResponseContext

use of org.apache.druid.query.context.ConcurrentResponseContext in project druid by druid-io.

the class DirectDruidClient method makeResponseContextForQuery.

public static ConcurrentResponseContext makeResponseContextForQuery() {
    final ConcurrentResponseContext responseContext = ConcurrentResponseContext.createEmpty();
    responseContext.initialize();
    return responseContext;
}
Also used : ConcurrentResponseContext(org.apache.druid.query.context.ConcurrentResponseContext)

Aggregations

ConcurrentResponseContext (org.apache.druid.query.context.ConcurrentResponseContext)1