public class AgentDisplayDao extends Object implements org.glowroot.common2.repo.AgentDisplayRepository
| Modifier and Type | Method and Description |
|---|---|
List<String> |
readDisplayParts(String agentRollupId) |
String |
readFullDisplay(String agentRollupId) |
com.google.common.util.concurrent.ListenableFuture<String> |
readLastDisplayPartAsync(String agentRollupId) |
public List<String> readDisplayParts(String agentRollupId) throws Exception
readDisplayParts in interface org.glowroot.common2.repo.AgentDisplayRepositoryExceptionpublic String readFullDisplay(String agentRollupId) throws Exception
readFullDisplay in interface org.glowroot.common2.repo.AgentDisplayRepositoryExceptionCopyright © 2011–2019 Glowroot contributors. All rights reserved.