public class TransactionProcessor extends Object
| Constructor and Description |
|---|
TransactionProcessor(Collector collector,
TraceCollector traceCollector,
ConfigService configService,
long aggregateIntervalMillis,
Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearInMemoryData() |
void |
close() |
List<AggregateIntervalCollector> |
getOrderedIntervalCollectorsInRange(long from,
long to) |
Set<String> |
getTransactionTypes() |
public TransactionProcessor(Collector collector, TraceCollector traceCollector, ConfigService configService, long aggregateIntervalMillis, Clock clock)
public void clearInMemoryData()
@OnlyUsedByTests public void close() throws InterruptedException
InterruptedExceptionpublic List<AggregateIntervalCollector> getOrderedIntervalCollectorsInRange(long from, long to)
Copyright © 2011–2020 Glowroot contributors. All rights reserved.