| Package | Description |
|---|---|
| com.googlecode.jmxtrans.jmx | |
| com.googlecode.jmxtrans.model | |
| com.googlecode.jmxtrans.model.naming | |
| com.googlecode.jmxtrans.model.output |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Result> |
JmxResultProcessor.getResults() |
| Modifier and Type | Method and Description |
|---|---|
String |
NamingStrategy.formatName(Result result) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputWriter.doWrite(Server server,
Query query,
com.google.common.collect.ImmutableList<Result> results) |
| Modifier and Type | Method and Description |
|---|---|
String |
ClassAttributeNamingStrategy.formatName(Result result) |
String |
JexlNamingStrategy.formatName(Result result)
Format the name for the given result.
|
static String |
KeyUtils.getKeyString(Query query,
Result result,
Map.Entry<String,Object> values,
List<String> typeNames)
Gets the key string, without rootPrefix nor Alias
|
static String |
KeyUtils.getKeyString(Server server,
Query query,
Result result,
Map.Entry<String,Object> values,
List<String> typeNames,
String rootPrefix)
Gets the key string.
|
protected void |
JexlNamingStrategy.populateContext(org.apache.commons.jexl2.JexlContext context,
Result result)
Populate the context with values from the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseOutputWriter.doWrite(Server server,
Query query,
com.google.common.collect.ImmutableList<Result> results) |
void |
StdOutWriter.internalWrite(Server server,
Query query,
com.google.common.collect.ImmutableList<Result> results) |
protected abstract void |
BaseOutputWriter.internalWrite(Server server,
Query query,
com.google.common.collect.ImmutableList<Result> results) |
Copyright © 2015. All Rights Reserved.