| 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.
|
void |
JmxUtils.processServer(Server server,
JMXConnector conn)
Does the work for processing a Server object.
|
| Constructor and Description |
|---|
ProcessQueryThread(MBeanServerConnection mbeanServer,
Server server,
Query query) |
ProcessServerThread(Server server,
JMXConnector conn,
JmxUtils jmxUtils) |
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Server> |
JmxProcess.getServers() |
| Modifier and Type | Method and Description |
|---|---|
static Server.Builder |
Server.builder(Server server) |
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 |
|---|---|
void |
JmxProcess.setServers(List<Server> servers) |
| Constructor and Description |
|---|
JmxProcess(Server server) |
| Constructor and Description |
|---|
JmxProcess(com.google.common.collect.ImmutableList<Server> servers) |
| Modifier and Type | Method and Description |
|---|---|
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.