B C F G P R W 

B

build(GMetric) - Method in class com.codahale.metrics.ganglia.GangliaReporter.Builder
Builds a GangliaReporter with the given properties, announcing metrics to the given GMetric client.

C

com.codahale.metrics.ganglia - package com.codahale.metrics.ganglia
 
convertDurationsTo(TimeUnit) - Method in class com.codahale.metrics.ganglia.GangliaReporter.Builder
Convert durations to the given time unit.
convertRatesTo(TimeUnit) - Method in class com.codahale.metrics.ganglia.GangliaReporter.Builder
Convert rates to the given time unit.

F

filter(MetricFilter) - Method in class com.codahale.metrics.ganglia.GangliaReporter.Builder
Only report metrics which match the given filter.
forRegistry(MetricRegistry) - Static method in class com.codahale.metrics.ganglia.GangliaReporter

G

GangliaReporter - Class in com.codahale.metrics.ganglia
A reporter which announces metric values to a Ganglia cluster.
GangliaReporter.Builder - Class in com.codahale.metrics.ganglia
A builder for GangliaReporter instances.

P

prefixedWith(String) - Method in class com.codahale.metrics.ganglia.GangliaReporter.Builder
Prefix all metric names with the given string.

R

report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class com.codahale.metrics.ganglia.GangliaReporter
 

W

withDMax(int) - Method in class com.codahale.metrics.ganglia.GangliaReporter.Builder
Use the given dmax value when announcing metrics.
withTMax(int) - Method in class com.codahale.metrics.ganglia.GangliaReporter.Builder
Use the given tmax value when announcing metrics.
B C F G P R W 

Copyright © 2013. All Rights Reserved.