Uses of Class
org.jmxtrans.embedded.QueryResult
| Package | Description |
|---|---|
| org.jmxtrans.embedded | |
| org.jmxtrans.embedded.output |
-
Uses of QueryResult in org.jmxtrans.embedded
Methods in org.jmxtrans.embedded that return types with arguments of type QueryResult Modifier and Type Method Description BlockingQueue<QueryResult>Query. getResults()Method parameters in org.jmxtrans.embedded with type arguments of type QueryResult Modifier and Type Method Description intQueryAttribute. collectMetrics(ObjectName objectName, Object value, long epochInMillis, Queue<QueryResult> results)voidQuery. setResultsQueue(BlockingQueue<QueryResult> queryResultQueue)WARNING: Query.queryResults queue should not be changed at runtime as the operation is not thread safe. -
Uses of QueryResult in org.jmxtrans.embedded.output
Methods in org.jmxtrans.embedded.output with parameters of type QueryResult Modifier and Type Method Description protected charStatsDWriter. getStatsdMetricType(QueryResult result)See StatsD Metric Types.Method parameters in org.jmxtrans.embedded.output with type arguments of type QueryResult Modifier and Type Method Description voidCopperEggWriter. cue_serialize(Iterable<QueryResult> counters, OutputStream out)voidCopperEggWriter. one_set(String mg_name, List<QueryResult> counters)voidCopperEggWriter. send_metrics(String mg_name, List<QueryResult> counters)voidLibratoWriter. serialize(Iterable<QueryResult> counters, Iterable<QueryResult> gauges, OutputStream out)voidStackdriverWriter. serialize(Iterable<QueryResult> results, OutputStream out)Put the values into the JSON format expected by the Stackdriver custom metrics gatewayvoidCopperEggWriter. sort_n_send(String mg_name, List<QueryResult> mg_counters)abstract voidAbstractOutputWriter. write(Iterable<QueryResult> results)voidConsoleWriter. write(Iterable<QueryResult> results)Write metrics tostdout.voidCopperEggWriter. write(Iterable<QueryResult> results)Export collected metrics to CopperEggvoidCsvWriter. write(Iterable<QueryResult> results)voidGraphiteHttpWriter. write(Iterable<QueryResult> results)Send given metrics to the Graphite server.voidGraphitePickleWriter. write(Iterable<QueryResult> results)Send given metrics to the Graphite server.voidGraphiteWriter. write(Iterable<QueryResult> results)Send given metrics to the Graphite server.voidLibratoWriter. write(Iterable<QueryResult> results)Send given metrics to the Graphite server.voidNoOpWriter. write(Iterable<QueryResult> results)Write metrics to/dev/nullvoidOutputWriter. write(Iterable<QueryResult> results)Write all the given QueryResult to the target system.voidSlf4jWriter. write(Iterable<QueryResult> results)voidStackdriverWriter. write(Iterable<QueryResult> results)Send given metrics to the Stackdriver server using HTTPvoidStatsDWriter. write(Iterable<QueryResult> results)