Uses of Class
org.jmxtrans.embedded.QueryAttribute
| Package | Description |
|---|---|
| org.jmxtrans.embedded |
-
Uses of QueryAttribute in org.jmxtrans.embedded
Methods in org.jmxtrans.embedded that return QueryAttribute Modifier and Type Method Description QueryAttributeQueryAttribute. addKeys(Collection<String> newKeys)QueryAttributeQueryAttribute. withResultNameStrategy(ResultNameStrategy strategy)Methods in org.jmxtrans.embedded that return types with arguments of type QueryAttribute Modifier and Type Method Description Collection<QueryAttribute>Query. getQueryAttributes()Methods in org.jmxtrans.embedded with parameters of type QueryAttribute Modifier and Type Method Description protected StringBuilderResultNameStrategy. _getResultName(Query query, ObjectName objectName, QueryAttribute queryAttribute)QueryQuery. addAttribute(QueryAttribute attribute)Add the given attribute to the list attributes of this query and maintains the reverse relation (seegetQuery()).StringResultNameStrategy. getResultName(Query query, ObjectName objectName, QueryAttribute queryAttribute)StringResultNameStrategy. getResultName(Query query, ObjectName objectName, QueryAttribute queryAttribute, String key)