| Package | Description |
|---|---|
| org.jmxtrans.embedded | |
| org.jmxtrans.embedded.config |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.addAttribute(QueryAttribute attribute)
Add the given attribute to the list attributes of this query
and maintains the reverse relation (see
QueryAttribute.getQuery()). |
Query |
Query.addAttribute(String attributeName)
Create a basic
QueryAttribute, add it to the list attributes of this query
and maintains the reverse relation (see QueryAttribute.getQuery()). |
Query |
QueryAttribute.getQuery()
|
| Modifier and Type | Method and Description |
|---|---|
List<Query> |
EmbeddedJmxTrans.getQueries() |
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
ResultNameStrategy._getResultName(Query query,
ObjectName objectName,
QueryAttribute queryAttribute) |
void |
EmbeddedJmxTrans.addQuery(Query query) |
String |
ResultNameStrategy.getResultName(Query query,
ObjectName objectName,
QueryAttribute queryAttribute) |
String |
ResultNameStrategy.getResultName(Query query,
ObjectName objectName,
QueryAttribute queryAttribute,
String key) |
void |
QueryAttribute.setQuery(Query query) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConfigurationParser.parseQueryAttributeNode(Query query,
com.fasterxml.jackson.databind.JsonNode attributeNode,
com.fasterxml.jackson.databind.JsonNode queryNode) |
Copyright © 2017. All Rights Reserved.