Uses of Class
org.jmxtrans.embedded.Query
| Package | Description |
|---|---|
| org.jmxtrans.embedded | |
| org.jmxtrans.embedded.config |
-
Uses of Query in org.jmxtrans.embedded
Methods in org.jmxtrans.embedded that return Query Modifier and Type Method Description QueryQuery. addAttribute(String attributeName)Create a basicQueryAttribute, add it to the list attributes of this query and maintains the reverse relation (seeQueryAttribute.getQuery()).QueryQuery. addAttribute(QueryAttribute attribute)Add the given attribute to the list attributes of this query and maintains the reverse relation (seeQueryAttribute.getQuery()).QueryQueryAttribute. getQuery()Methods in org.jmxtrans.embedded that return types with arguments of type Query Modifier and Type Method Description List<Query>EmbeddedJmxTrans. getQueries()Methods in org.jmxtrans.embedded with parameters of type Query Modifier and Type Method Description protected StringBuilderResultNameStrategy. _getResultName(Query query, ObjectName objectName, QueryAttribute queryAttribute)voidEmbeddedJmxTrans. addQuery(Query query)StringResultNameStrategy. getResultName(Query query, ObjectName objectName, QueryAttribute queryAttribute)StringResultNameStrategy. getResultName(Query query, ObjectName objectName, QueryAttribute queryAttribute, String key)voidQueryAttribute. setQuery(Query query) -
Uses of Query in org.jmxtrans.embedded.config
Methods in org.jmxtrans.embedded.config with parameters of type Query Modifier and Type Method Description protected voidConfigurationParser. parseQueryAttributeNode(Query query, com.fasterxml.jackson.databind.JsonNode attributeNode, com.fasterxml.jackson.databind.JsonNode queryNode)