public interface AggregateDao
extends org.glowroot.common2.repo.AggregateRepository
| Modifier and Type | Method and Description |
|---|---|
void |
rollup(String agentRollupId) |
void |
store(String agentId,
long captureTime,
List<org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType> aggregatesByTypeList,
List<org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText> initialSharedQueryTexts) |
void |
truncateAll() |
hasAuxThreadProfile, hasMainThreadProfile, mergeAuxThreadProfilesInto, mergeMainThreadProfilesInto, mergeOverallErrorSummaryInto, mergeOverallSummaryInto, mergeQueriesInto, mergeServiceCallsInto, mergeTransactionNameErrorSummariesInto, mergeTransactionNameSummariesInto, readFullQueryText, readOverviewAggregates, readPercentileAggregates, readThroughputAggregates, shouldHaveAuxThreadProfile, shouldHaveMainThreadProfile, shouldHaveQueries, shouldHaveServiceCallsvoid store(String agentId, long captureTime, List<org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType> aggregatesByTypeList, List<org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText> initialSharedQueryTexts) throws Exception
ExceptionCopyright © 2011–2019 Glowroot contributors. All rights reserved.