| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
Query |
Query.Builder.build() |
static Query |
QueryFixtures.dummyQuery() |
static Query |
QueryFixtures.queryAllowingDottedKeys() |
static Query |
QueryFixtures.queryUsingDomainAsKey() |
static Query |
QueryFixtures.queryWithAllTypeNames() |
| Modifier and Type | Method and Description |
|---|---|
Server.Builder |
Server.Builder.addQuery(Query query) |
static Query.Builder |
Query.builder(Query query) |
void |
OutputWriter.doWrite(Server server,
Query query,
Iterable<Result> results) |
Iterable<Result> |
Server.execute(Query query) |
void |
Server.runOutputWriters(Query query,
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 |
|---|---|
Server.Builder |
Server.Builder.addQueries(Set<Query> queries) |
| Constructor and Description |
|---|
JmxResultProcessor(Query query,
ObjectInstance objectInstance,
List<Attribute> attributes,
String className,
String objDomain) |
ValidationException(String msg,
Query query) |
ValidationException(String msg,
Query query,
Throwable cause) |
| Constructor and Description |
|---|
Server(String alias,
String pid,
String host,
String port,
String username,
String password,
String protocolProviderPackages,
String url,
String cronExpression,
Integer runPeriodSeconds,
Integer numQueryThreads,
boolean local,
List<Query> queries,
com.google.common.collect.ImmutableList<OutputWriter> outputWriters,
org.apache.commons.pool.KeyedObjectPool<JmxConnectionProvider,JMXConnection> pool) |
Server(String alias,
String pid,
String host,
String port,
String username,
String password,
String protocolProviderPackages,
String url,
String cronExpression,
Integer runPeriodSeconds,
Integer numQueryThreads,
boolean local,
List<Query> queries,
List<OutputWriterFactory> outputWriters,
org.apache.commons.pool.KeyedObjectPool<JmxConnectionProvider,JMXConnection> pool) |
| Modifier and Type | Method and Description |
|---|---|
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,
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.