| Modifier and Type | Method and Description |
|---|---|
void |
ResultProcessor.submit(Server server,
Query query,
java.lang.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.numericResult(java.lang.Object numericValue) |
static Result |
ResultFixtures.numericResultWithColon() |
static Result |
ResultFixtures.numericResultWithColon(java.lang.Object numericValue) |
static Result |
ResultFixtures.numericResultWithTypenames(java.lang.String typeName) |
static Result |
ResultFixtures.stringResult() |
static Result |
ResultFixtures.stringResult(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableList<Result> |
ResultFixtures.dummyResults() |
static com.google.common.collect.ImmutableList<Result> |
ResultFixtures.dummyResultWithColon() |
java.lang.Iterable<Result> |
Server.execute(Query query) |
java.lang.Iterable<Result> |
Query.fetchResults(javax.management.MBeanServerConnection mbeanServer,
javax.management.ObjectName queryName) |
com.google.common.collect.ImmutableList<Result> |
JmxResultProcessor.getResults() |
static com.google.common.collect.ImmutableList<Result> |
ResultFixtures.hashResults() |
static com.google.common.collect.ImmutableList<Result> |
ResultFixtures.singleFalseResult() |
static java.lang.Iterable<Result> |
ResultFixtures.singleNumericBelowCPrecisionResult() |
static com.google.common.collect.ImmutableList<Result> |
ResultFixtures.singleNumericResult() |
static com.google.common.collect.ImmutableList<Result> |
ResultFixtures.singleResult(Result result) |
static com.google.common.collect.ImmutableList<Result> |
ResultFixtures.singleTrueResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultAttribute.addTo(java.util.Map<java.lang.String,java.lang.String> attributeMap,
Result result)
Calls the Getter defined by the
ResultAttribute.get(Result) on the
Result add adds the entry to the supplied Map |
java.lang.String |
NamingStrategy.formatName(Result result) |
abstract java.lang.String |
ResultAttribute.get(Result result)
Get attribute on result
|
static com.google.common.collect.ImmutableList<Result> |
ResultFixtures.singleResult(Result result) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputWriter.doWrite(Server server,
Query query,
java.lang.Iterable<Result> results) |
void |
Server.runOutputWriters(Query query,
java.lang.Iterable<Result> results) |
void |
Query.runOutputWritersForQuery(Server server,
java.lang.Iterable<Result> results) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ClassAttributeNamingStrategy.formatName(Result result) |
java.lang.String |
JexlNamingStrategy.formatName(Result result)
Format the name for the given result.
|
static java.lang.String |
KeyUtils.getKeyString(Query query,
Result result,
java.util.List<java.lang.String> typeNames)
Gets the key string, without rootPrefix nor Alias
|
static java.lang.String |
KeyUtils.getKeyString(Server server,
Query query,
Result result,
java.util.List<java.lang.String> typeNames,
java.lang.String rootPrefix)
Gets the key string.
|
static java.lang.String |
KeyUtils.getPrefixedKeyString(Query query,
Result result,
java.util.List<java.lang.String> typeNames)
Gets the key string, without rootPrefix or Alias
|
static java.lang.String |
KeyUtils.getValueKey(Result result) |
static java.lang.String |
KeyUtils.getValuePathString(Result result) |
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 |
|---|---|
java.lang.String |
ToStringResultSerializer.serialize(Server server,
Query query,
Result result) |
java.lang.String |
ResultSerializer.serialize(Server server,
Query query,
Result result)
Converts query result into zero or one string
|
java.lang.String |
KeyValueResultSerializer.serialize(Server server,
Query query,
Result result) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseOutputWriter.doWrite(Server server,
Query query,
java.lang.Iterable<Result> results) |
protected abstract void |
BaseOutputWriter.internalWrite(Server server,
Query query,
com.google.common.collect.ImmutableList<Result> results) |
protected void |
StdOutWriter.W.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,
java.lang.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-2018 JmxTrans team. All Rights Reserved.