| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Server> |
ServerListBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ServerListBuilder |
ServerListBuilder.add(java.lang.Iterable<Server> servers) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.ThreadPoolExecutor |
CommonExecutorRepository.getExecutor(Server server) |
java.util.concurrent.ThreadPoolExecutor |
SeparateExecutorRepository.getExecutor(Server server) |
java.util.concurrent.ThreadPoolExecutor |
ExecutorRepository.getExecutor(Server server) |
void |
CommonExecutorRepository.put(Server server) |
void |
SeparateExecutorRepository.put(Server server) |
void |
ExecutorRepository.put(Server server) |
| Modifier and Type | Method and Description |
|---|---|
void |
JmxUtils.processServer(Server server) |
void |
ResultProcessor.submit(Server server,
Query query,
java.lang.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(java.lang.String host,
java.lang.String port,
java.lang.String queryObject) |
static Server |
ServerFixtures.dummyServer() |
static Server |
ServerFixtures.localServer() |
static Server |
ServerFixtures.serverWithAliasAndNoQuery() |
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,
java.lang.Iterable<Result> results) |
void |
Query.runOutputWritersForQuery(Server server,
java.lang.Iterable<Result> results) |
void |
OutputWriter.validateSetup(Server server,
Query query)
This is run when the object is instantiated.
|
void |
OutputWriterAdapter.validateSetup(Server server,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
JmxProcess.setServers(java.util.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 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.
|
| 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) |
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) |
void |
StdOutWriter.W.validateSetup(Server server,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultTransformerOutputWriter.doWrite(Server server,
Query query,
java.lang.Iterable<Result> results) |
Copyright © 2010-2018 JmxTrans team. All Rights Reserved.