| Package | Description |
|---|---|
| com.googlecode.jmxtrans.model | |
| com.googlecode.jmxtrans.model.output | |
| com.googlecode.jmxtrans.model.output.support |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OutputWriterFactory<T extends OutputWriter> |
class |
SingletonOutputWriterFactory<T extends OutputWriter> |
| Modifier and Type | Class and Description |
|---|---|
class |
OutputWriterAdapter |
| Modifier and Type | Method and Description |
|---|---|
Query.Builder |
Query.Builder.addOutputWriters(Collection<OutputWriter> outputWriters) |
Server.Builder |
Server.Builder.addOutputWriters(Collection<OutputWriter> outputWriters) |
| Constructor and Description |
|---|
Query(String obj,
List<String> keys,
List<String> attr,
Set<String> typeNames,
String resultAlias,
boolean useObjDomainAsKey,
boolean allowDottedKeys,
boolean useAllTypeNames,
com.google.common.collect.ImmutableList<OutputWriter> outputWriters) |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOutputWriter
Implements the common code for output filters.
|
static class |
StdOutWriter.W |
| Modifier and Type | Method and Description |
|---|---|
OutputWriter |
StdOutWriter.create() |
OutputWriter |
BaseOutputWriter.create() |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultTransformerOutputWriter<T extends OutputWriter> |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultTransformerOutputWriter<T extends OutputWriter> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends OutputWriter> |
ResultTransformerOutputWriter.booleanToNumber(boolean booleanToNumber,
T target) |
static <T extends OutputWriter> |
ResultTransformerOutputWriter.booleanToNumber(T target) |
static <T extends OutputWriter> |
ResultTransformerOutputWriter.identity(T target) |
Copyright © 2010-2016 JmxTrans team. All Rights Reserved.