public class CassandraWriteMetrics extends Object
| Modifier and Type | Method and Description |
|---|---|
List<org.glowroot.common2.repo.RepoAdmin.CassandraWriteTotals> |
getCassandraDataWrittenPerAgentRollup(String tableName,
int limit) |
List<org.glowroot.common2.repo.RepoAdmin.CassandraWriteTotals> |
getCassandraDataWrittenPerTable(int limit) |
List<org.glowroot.common2.repo.RepoAdmin.CassandraWriteTotals> |
getCassandraDataWrittenPerTransactionName(String tableName,
String agentRollupId,
String transactionType,
int limit) |
List<org.glowroot.common2.repo.RepoAdmin.CassandraWriteTotals> |
getCassandraDataWrittenPerTransactionType(String tableName,
String agentRollupId,
int limit) |
void |
setCurrTransactionName(String transactionName) |
void |
setCurrTransactionType(String transactionType) |
void |
setPartialTrace(boolean partial) |
public List<org.glowroot.common2.repo.RepoAdmin.CassandraWriteTotals> getCassandraDataWrittenPerAgentRollup(String tableName, int limit)
public List<org.glowroot.common2.repo.RepoAdmin.CassandraWriteTotals> getCassandraDataWrittenPerTable(int limit)
public List<org.glowroot.common2.repo.RepoAdmin.CassandraWriteTotals> getCassandraDataWrittenPerTransactionName(String tableName, String agentRollupId, String transactionType, int limit)
public List<org.glowroot.common2.repo.RepoAdmin.CassandraWriteTotals> getCassandraDataWrittenPerTransactionType(String tableName, String agentRollupId, int limit)
public void setCurrTransactionName(String transactionName)
public void setCurrTransactionType(String transactionType)
public void setPartialTrace(boolean partial)
Copyright © 2011–2019 Glowroot contributors. All rights reserved.