| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Server> |
ServerListBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ServerListBuilder |
ServerListBuilder.add(Iterable<Server> servers) |
| Modifier and Type | Method and Description |
|---|---|
void |
JmxUtils.processServer(Server server) |
void |
ResultProcessor.submit(Server server,
Query query,
Iterable<Result> results) |
| Constructor and Description |
|---|
ProcessQueryThread(ResultProcessor resultProcessor,
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() |
static Server |
ServerFixtures.serverWithNoQuery() |
| 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) |
| 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,
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) |
void |
StdOutWriter.W.validateSetup(Server server,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultTransformerOutputWriter.doWrite(Server server,
Query query,
Iterable<Result> results) |
Copyright © 2010-2016 JmxTrans team. All Rights Reserved.