public class AgentConfigDao extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AgentConfigDao.AgentConfigAndUpdateToken |
| Modifier and Type | Method and Description |
|---|---|
void |
markUpdated(String agentId,
UUID configUpdateToken) |
org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig |
read(String agentRollupId) |
AgentConfigDao.AgentConfigAndUpdateToken |
readForUpdate(String agentId) |
org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig |
store(String agentId,
org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig agentConfig,
boolean overwriteExisting) |
public void markUpdated(String agentId, UUID configUpdateToken) throws Exception
Exceptionpublic org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig read(String agentRollupId) throws Exception
Exceptionpublic AgentConfigDao.AgentConfigAndUpdateToken readForUpdate(String agentId) throws Exception
ExceptionCopyright © 2011–2019 Glowroot contributors. All rights reserved.