Skip navigation links
B C D F G P R S 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.
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.

D

disabledMetricAttributes(Set<MetricAttribute>) - Method in class com.codahale.metrics.ganglia.GangliaReporter.Builder
Don't report the passed metric attributes for all metrics (e.g.

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
 

S

scheduleOn(ScheduledExecutorService) - Method in class com.codahale.metrics.ganglia.GangliaReporter.Builder
Specifies the executor to use while scheduling reporting of metrics.
shutdownExecutorOnStop(boolean) - Method in class com.codahale.metrics.ganglia.GangliaReporter.Builder
Specifies whether or not, the executor (used for reporting) will be stopped with same time with reporter.

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 D F G P R S W 
Skip navigation links

Copyright © 2017. All Rights Reserved.