public class CentralRepoModule extends Object
| Constructor and Description |
|---|
CentralRepoModule(ClusterManager clusterManager,
Session session,
File confDir,
String cassandraSymmetricEncryptionKey,
ExecutorService asyncExecutor,
int targetMaxActiveAgentsInPast7Days,
int targetMaxCentralUiUsers,
org.glowroot.common.util.Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ActiveAgentDao |
getActiveAgentDao() |
AgentConfigDao |
getAgentConfigDao() |
AgentDisplayDao |
getAgentDisplayDao() |
AggregateDao |
getAggregateDao() |
AlertingDisabledDao |
getAlertingDisabledDao() |
ConfigRepositoryImpl |
getConfigRepository() |
EnvironmentDao |
getEnvironmentDao() |
GaugeValueDao |
getGaugeValueDao() |
HeartbeatDao |
getHeartbeatDao() |
IncidentDao |
getIncidentDao() |
org.glowroot.central.repo.RoleDao |
getRoleDao() |
org.glowroot.common2.repo.util.RollupLevelService |
getRollupLevelService() |
SyntheticResultDao |
getSyntheticResultDao() |
org.glowroot.central.repo.TraceAttributeNameDao |
getTraceAttributeNameDao() |
TraceDao |
getTraceDao() |
org.glowroot.central.repo.TransactionTypeDao |
getTransactionTypeDao() |
org.glowroot.central.repo.UserDao |
getUserDao() |
V09AgentRollupDao |
getV09AgentRollupDao() |
public CentralRepoModule(ClusterManager clusterManager, Session session, File confDir, String cassandraSymmetricEncryptionKey, ExecutorService asyncExecutor, int targetMaxActiveAgentsInPast7Days, int targetMaxCentralUiUsers, org.glowroot.common.util.Clock clock) throws Exception
Exceptionpublic ActiveAgentDao getActiveAgentDao()
public AgentConfigDao getAgentConfigDao()
public AgentDisplayDao getAgentDisplayDao()
public AggregateDao getAggregateDao()
public AlertingDisabledDao getAlertingDisabledDao()
public ConfigRepositoryImpl getConfigRepository()
public EnvironmentDao getEnvironmentDao()
public GaugeValueDao getGaugeValueDao()
public HeartbeatDao getHeartbeatDao()
public IncidentDao getIncidentDao()
public org.glowroot.central.repo.RoleDao getRoleDao()
public org.glowroot.common2.repo.util.RollupLevelService getRollupLevelService()
public SyntheticResultDao getSyntheticResultDao()
public org.glowroot.central.repo.TraceAttributeNameDao getTraceAttributeNameDao()
public TraceDao getTraceDao()
public org.glowroot.central.repo.TransactionTypeDao getTransactionTypeDao()
public org.glowroot.central.repo.UserDao getUserDao()
public V09AgentRollupDao getV09AgentRollupDao()
Copyright © 2011–2019 Glowroot contributors. All rights reserved.