public class ActiveAgentDao extends Object implements org.glowroot.common2.repo.ActiveAgentRepository
| Modifier and Type | Method and Description |
|---|---|
List<Future<?>> |
insert(String agentId,
long captureTime) |
List<org.glowroot.common2.repo.ActiveAgentRepository.AgentRollup> |
readActiveAgentRollups(long from,
long to) |
List<org.glowroot.common2.repo.ActiveAgentRepository.AgentRollup> |
readActiveChildAgentRollups(String topLevelId,
long from,
long to) |
List<org.glowroot.common2.repo.ActiveAgentRepository.TopLevelAgentRollup> |
readActiveTopLevelAgentRollups(long from,
long to) |
List<org.glowroot.common2.repo.ActiveAgentRepository.AgentRollup> |
readRecentlyActiveAgentRollups(long lastXMillis) |
public List<Future<?>> insert(String agentId, long captureTime) throws Exception
Exceptionpublic List<org.glowroot.common2.repo.ActiveAgentRepository.AgentRollup> readActiveAgentRollups(long from, long to) throws Exception
readActiveAgentRollups in interface org.glowroot.common2.repo.ActiveAgentRepositoryExceptionpublic List<org.glowroot.common2.repo.ActiveAgentRepository.AgentRollup> readActiveChildAgentRollups(String topLevelId, long from, long to) throws Exception
readActiveChildAgentRollups in interface org.glowroot.common2.repo.ActiveAgentRepositoryExceptionpublic List<org.glowroot.common2.repo.ActiveAgentRepository.TopLevelAgentRollup> readActiveTopLevelAgentRollups(long from, long to) throws Exception
readActiveTopLevelAgentRollups in interface org.glowroot.common2.repo.ActiveAgentRepositoryExceptionCopyright © 2011–2019 Glowroot contributors. All rights reserved.