| Modifier and Type | Method and Description |
|---|---|
void |
ResultProcessor.submit(Server server,
Query query,
Iterable<Result> results) |
| Modifier and Type | Method and Description |
|---|---|
static Result |
ResultFixtures.booleanFalseResult() |
static Result |
ResultFixtures.booleanTrueResult() |
static Result |
ResultFixtures.numericBelowCPrecisionResult() |
static Result |
ResultFixtures.numericResult() |
static Result |
ResultFixtures.numericResultWithTypenames(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableList<Result> |
ResultFixtures.dummyResults() |
Iterable<Result> |
Server.execute(Query query) |
Iterable<Result> |
Query.fetchResults(MBeanServerConnection mbeanServer,
ObjectName queryName) |
com.google.common.collect.ImmutableList<Result> |
JmxResultProcessor.getResults() |
static com.google.common.collect.ImmutableList<Result> |
ResultFixtures.singleFalseResult() |
static Iterable<Result> |
ResultFixtures.singleNumericBelowCPrecisionResult() |
static com.google.common.collect.ImmutableList<Result> |
ResultFixtures.singleNumericResult() |
static com.google.common.collect.ImmutableList<Result> |
ResultFixtures.singleTrueResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultAttribute.addAttribute(Map<String,String> attributeMap,
Result result)
Calls the Getter defined by the
ResultAttribute on the
Result add adds the entry to the supplied Map |
String |
NamingStrategy.formatName(Result result) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputWriter.doWrite(Server server,
Query query,
Iterable<Result> results) |
void |
Server.runOutputWriters(Query query,
Iterable<Result> results) |
void |
Query.runOutputWritersForQuery(Server server,
Iterable<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,
Iterable<Result> results) |
protected void |
StdOutWriter.W.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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultTransformerOutputWriter.doWrite(Server server,
Query query,
Iterable<Result> results) |
| Modifier and Type | Method and Description |
|---|---|
Result |
ResultValuesTransformer.apply(Result input) |
| Modifier and Type | Method and Description |
|---|---|
Result |
ResultValuesTransformer.apply(Result input) |
Copyright © 2010-2016 JmxTrans team. All Rights Reserved.