Uses of Interface
org.apache.druid.server.QueryResource.QueryMetricCounter
Packages that use QueryResource.QueryMetricCounter
-
Uses of QueryResource.QueryMetricCounter in org.apache.druid.server
Methods in org.apache.druid.server with parameters of type QueryResource.QueryMetricCounterModifier and TypeMethodDescriptionQueryResourceQueryResultPusherFactory.factorize(QueryResource.QueryMetricCounter counter, javax.servlet.http.HttpServletRequest req, QueryLifecycle queryLifecycle, ResourceIOReaderWriterFactory.ResourceIOReaderWriter io) Creates a new instance ofQueryResourceQueryResultPusherFactory.QueryResourceQueryResultPusher.Constructors in org.apache.druid.server with parameters of type QueryResource.QueryMetricCounterModifierConstructorDescriptionQueryResourceQueryResultPusher(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ResponseContextConfig responseContextConfig, DruidNode selfNode, QueryResource.QueryMetricCounter counter, javax.servlet.http.HttpServletRequest req, QueryLifecycle queryLifecycle, ResourceIOReaderWriterFactory.ResourceIOReaderWriter io) QueryResultPusher(javax.servlet.http.HttpServletRequest request, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ResponseContextConfig responseContextConfig, DruidNode selfNode, QueryResource.QueryMetricCounter counter, String queryId, javax.ws.rs.core.MediaType contentType, Map<String, String> extraHeaders)