public interface GroupByQueryMetrics extends QueryMetrics<GroupByQuery>
QueryMetrics for GroupByQuery.| Modifier and Type | Method and Description | 
|---|---|
void | 
granularity(GroupByQuery query)
Sets the granularity of  
BaseQuery.getGranularity() of the given query as dimension. | 
void | 
numComplexMetrics(GroupByQuery query)
Sets the number of "complex" metrics of the given groupBy query as dimension. 
 | 
void | 
numDimensions(GroupByQuery query)
Sets the size of  
GroupByQuery.getDimensions() of the given query as dimension. | 
void | 
numMetrics(GroupByQuery query)
Sets the number of metrics of the given groupBy query as dimension. 
 | 
chunkInterval, context, dataSource, duration, emit, hasFilters, identity, interval, makeBitmapResultFactory, postFilters, preFilters, query, queryId, queryType, remoteAddress, reportBitmapConstructionTime, reportCpuTime, reportIntervalChunkTime, reportNodeBytes, reportNodeTime, reportNodeTimeToFirstByte, reportPreFilteredRows, reportQueryBytes, reportQueryTime, reportSegmentAndCacheTime, reportSegmentRows, reportSegmentTime, reportWaitTime, segment, server, status, successvoid numDimensions(GroupByQuery query)
GroupByQuery.getDimensions() of the given query as dimension.void numMetrics(GroupByQuery query)
void numComplexMetrics(GroupByQuery query)
void granularity(GroupByQuery query)
BaseQuery.getGranularity() of the given query as dimension.Copyright © 2011–2018. All rights reserved.