| 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 |
|---|---|
void |
JmxQueryProcessor.processQuery(MBeanServerConnection mbeanServer,
Server server,
Query query)
Responsible for processing individual Queries.
|
| Constructor and Description |
|---|
JmxResultProcessor(Query query,
ObjectInstance objectInstance,
List<Attribute> attributes,
String className,
String objDomain) |
ProcessQueryThread(MBeanServerConnection mbeanServer,
Server server,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.Builder.build() |
Query |
ValidationException.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<Query> |
Server.getQueries() |
| Modifier and Type | Method and Description |
|---|---|
Server.Builder |
Server.Builder.addQueries(Query... queries) |
Server.Builder |
Server.Builder.addQuery(Query query) |
void |
OutputWriter.doWrite(Server server,
Query query,
com.google.common.collect.ImmutableList<Result> results) |
void |
OutputWriter.validateSetup(Server server,
Query query)
This is run when the object is instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
Server.Builder |
Server.Builder.addQueries(Set<Query> queries) |
| Constructor and Description |
|---|
ValidationException(String msg,
Query query) |
| Constructor and Description |
|---|
Server(String alias,
String host,
String port,
String username,
String password,
String protocolProviderPackages,
String url,
String cronExpression,
Integer numQueryThreads,
boolean local,
List<Query> queries) |
| Modifier and Type | Method and Description |
|---|---|
static String |
KeyUtils.getConcatedTypeNameValues(Query query,
List<String> typeNames,
String typeName)
Given a typeName string, get the first match from the typeNames setting.
|
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.
|
| 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) |
void |
StdOutWriter.validateSetup(Server server,
Query query)
nothing to validate
|
Copyright © 2015. All Rights Reserved.