public class QueryCollector extends Object
| Constructor and Description |
|---|
QueryCollector(int limit,
int hardLimitMultiplierWhileBuilding) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullQueryText(String fullQueryTextSha1) |
void |
mergeQueriesInto(QueryCollector collector) |
void |
mergeQueriesInto(QueryCollector collector) |
void |
mergeQuery(String queryType,
String queryText,
double totalDurationNanos,
long executionCount,
boolean hasTotalRows,
long totalRows,
boolean active) |
List<AggregateOuterClass.Aggregate.Query> |
toAggregateProto(SharedQueryTextCollection sharedQueryTextCollection,
boolean includeActive) |
public QueryCollector(int limit,
int hardLimitMultiplierWhileBuilding)
public void mergeQueriesInto(QueryCollector collector)
public void mergeQueriesInto(QueryCollector collector)
public void mergeQuery(String queryType, String queryText, double totalDurationNanos, long executionCount, boolean hasTotalRows, long totalRows, boolean active)
public List<AggregateOuterClass.Aggregate.Query> toAggregateProto(SharedQueryTextCollection sharedQueryTextCollection, boolean includeActive)
Copyright © 2011–2020 Glowroot contributors. All rights reserved.