public interface SyntheticResultDao
extends org.glowroot.common2.repo.SyntheticResultRepository
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SyntheticResultDao.SyntheticResultRollup0 |
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticResultDao.SyntheticResultRollup0> |
readLastFromRollup0(String agentRollupId,
String syntheticMonitorId,
int x) |
void |
rollup(String agentRollupId) |
void |
store(String agentRollupId,
String syntheticMonitorId,
String syntheticMonitorDisplay,
long captureTime,
long durationNanos,
String errorMessage) |
Copyright © 2011–2019 Glowroot contributors. All rights reserved.