| Modifier and Type | Method and Description |
|---|---|
void |
JmxUtils.processServer(Server server)
Does the work for processing a Server object.
|
| Constructor and Description |
|---|
ProcessQueryThread(Server server,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.Builder.build() |
static Server |
ServerFixtures.createServerWithOneQuery(String host,
String port,
String queryObject) |
static Server |
ServerFixtures.dummyServer() |
static Server |
ServerFixtures.localServer() |
| 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,
Iterable<Result> results) |
void |
Query.runOutputWritersForQuery(Server server,
Iterable<Result> results) |
void |
OutputWriterAdapter.validateSetup(Server server,
Query query) |
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) |
MBeanServerConnectionAllocator(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 |
BooleanAsNumberOutputWriter.doWrite(Server server,
Query query,
Iterable<Result> results) |
void |
BaseOutputWriter.doWrite(Server server,
Query query,
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) |
void |
BooleanAsNumberOutputWriter.validateSetup(Server server,
Query query) |
void |
StdOutWriter.W.validateSetup(Server server,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultTransformerOutputWriter.doWrite(Server server,
Query query,
Iterable<Result> results) |
void |
ResultTransformerOutputWriter.validateSetup(Server server,
Query query) |
Copyright © 2010-2015 JmxTrans team. All Rights Reserved.