public class SyntheticResultDaoImpl extends Object implements SyntheticResultDao
SyntheticResultDao.SyntheticResultRollup0| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getSyntheticMonitorIds(String agentRollupId,
long from,
long to) |
List<SyntheticResultDao.SyntheticResultRollup0> |
readLastFromRollup0(String agentRollupId,
String syntheticMonitorId,
int x) |
List<org.glowroot.common2.repo.SyntheticResult> |
readSyntheticResults(String agentRollupId,
String syntheticMonitorId,
long from,
long to,
int rollupLevel) |
void |
rollup(String agentRollupId) |
void |
store(String agentRollupId,
String syntheticMonitorId,
String syntheticMonitorDisplay,
long captureTime,
long durationNanos,
String errorMessage) |
public Map<String,String> getSyntheticMonitorIds(String agentRollupId, long from, long to) throws Exception
getSyntheticMonitorIds in interface org.glowroot.common2.repo.SyntheticResultRepositoryExceptionpublic List<SyntheticResultDao.SyntheticResultRollup0> readLastFromRollup0(String agentRollupId, String syntheticMonitorId, int x) throws Exception
readLastFromRollup0 in interface SyntheticResultDaoExceptionpublic List<org.glowroot.common2.repo.SyntheticResult> readSyntheticResults(String agentRollupId, String syntheticMonitorId, long from, long to, int rollupLevel) throws Exception
readSyntheticResults in interface org.glowroot.common2.repo.SyntheticResultRepositoryExceptionpublic void rollup(String agentRollupId) throws Exception
rollup in interface SyntheticResultDaoExceptionCopyright © 2011–2019 Glowroot contributors. All rights reserved.