Uses of Class
org.jmxtrans.agent.QueryResult
| Package | Description |
|---|---|
| org.jmxtrans.agent |
-
Uses of QueryResult in org.jmxtrans.agent
Fields in org.jmxtrans.agent with type parameters of type QueryResult Modifier and Type Field Description protected Map<String,Queue<QueryResult>>PerMinuteSummarizerOutputWriter. previousQueryResultsByMetricNameMethods in org.jmxtrans.agent that return QueryResult Modifier and Type Method Description protected QueryResultPerMinuteSummarizerOutputWriter. getPreviousQueryResult(QueryResult currentResult)QueryResultPerMinuteSummarizerOutputWriter. perMinute(QueryResult currentResult, QueryResult previousResult)Methods in org.jmxtrans.agent with parameters of type QueryResult Modifier and Type Method Description protected QueryResultPerMinuteSummarizerOutputWriter. getPreviousQueryResult(QueryResult currentResult)booleanQueryResult. isValueGreaterThan(QueryResult o)QueryResultPerMinuteSummarizerOutputWriter. perMinute(QueryResult currentResult, QueryResult previousResult)protected voidPerMinuteSummarizerOutputWriter. storeQueryResult(QueryResult currentResult)