| Package | Description |
|---|---|
| org.jmxtrans.embedded | |
| org.jmxtrans.embedded.output |
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<QueryResult> |
Query.getResults() |
| Modifier and Type | Method and Description |
|---|---|
int |
QueryAttribute.collectMetrics(ObjectName objectName,
Object value,
long epochInMillis,
Queue<QueryResult> results) |
void |
Query.setResultsQueue(BlockingQueue<QueryResult> queryResultQueue)
WARNING: Query.queryResults queue should not be changed at runtime as the operation is not thread safe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Slf4jWriter.write(Iterable<QueryResult> results) |
void |
OutputWriter.write(Iterable<QueryResult> results)
Write all the given QueryResult to the target system.
|
void |
NoOpWriter.write(Iterable<QueryResult> results)
Write metrics to
/dev/null |
void |
GraphiteWriter.write(Iterable<QueryResult> results)
Send given metrics to the Graphite server.
|
void |
ConsoleWriter.write(Iterable<QueryResult> results)
Write metrics to
stdout. |
abstract void |
AbstractOutputWriter.write(Iterable<QueryResult> results) |
Copyright © 2013. All Rights Reserved.