B C F G P R S W 

B

build(Graphite) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
Builds a GraphiteReporter with the given properties, sending metrics using the given Graphite client.

C

close() - Method in class com.codahale.metrics.graphite.Graphite
 
com.codahale.metrics.graphite - package com.codahale.metrics.graphite
 
connect() - Method in class com.codahale.metrics.graphite.Graphite
Connects to the server.
convertDurationsTo(TimeUnit) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
Convert durations to the given time unit.
convertRatesTo(TimeUnit) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
Convert rates to the given time unit.

F

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

G

getFailures() - Method in class com.codahale.metrics.graphite.Graphite
Returns the number of failed writes to the server.
Graphite - Class in com.codahale.metrics.graphite
A client to a Carbon server.
Graphite(InetSocketAddress) - Constructor for class com.codahale.metrics.graphite.Graphite
Creates a new client which connects to the given address using the default SocketFactory.
Graphite(InetSocketAddress, SocketFactory) - Constructor for class com.codahale.metrics.graphite.Graphite
Creates a new client which connects to the given address and socket factory.
Graphite(InetSocketAddress, SocketFactory, Charset) - Constructor for class com.codahale.metrics.graphite.Graphite
Creates a new client which connects to the given address and socket factory using the given character set.
GraphiteReporter - Class in com.codahale.metrics.graphite
A reporter which publishes metric values to a Graphite server.
GraphiteReporter.Builder - Class in com.codahale.metrics.graphite
A builder for GraphiteReporter instances.

P

prefixedWith(String) - Method in class com.codahale.metrics.graphite.GraphiteReporter.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.graphite.GraphiteReporter
 

S

sanitize(String) - Method in class com.codahale.metrics.graphite.Graphite
 
send(String, String, long) - Method in class com.codahale.metrics.graphite.Graphite
Sends the given measurement to the server.

W

withClock(Clock) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
Use the given Clock instance for the time.
B C F G P R S W 

Copyright © 2013. All Rights Reserved.