B C F P R S V 

B

build(Statsd) - Method in class com.basistech.metrics.reporting.StatsdReporter.Builder
Builds a StatsdReporter with the given properties, sending metrics using the given Statsd client.

C

close() - Method in class com.basistech.metrics.reporting.Statsd
 
com.basistech.metrics.reporting - package com.basistech.metrics.reporting
 
connect() - Method in class com.basistech.metrics.reporting.Statsd
 
convertDurationsTo(TimeUnit) - Method in class com.basistech.metrics.reporting.StatsdReporter.Builder
Convert durations to the given time unit.
convertRatesTo(TimeUnit) - Method in class com.basistech.metrics.reporting.StatsdReporter.Builder
Convert rates to the given time unit.

F

filter(MetricFilter) - Method in class com.basistech.metrics.reporting.StatsdReporter.Builder
Only report metrics which match the given filter.
forRegistry(MetricRegistry) - Static method in class com.basistech.metrics.reporting.StatsdReporter

P

prefixedWith(String) - Method in class com.basistech.metrics.reporting.StatsdReporter.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.basistech.metrics.reporting.StatsdReporter
 

S

send(String, String, Statsd.StatType) - Method in class com.basistech.metrics.reporting.Statsd
 
Statsd - Class in com.basistech.metrics.reporting
A client to a StatsD server.
Statsd(String, int) - Constructor for class com.basistech.metrics.reporting.Statsd
 
Statsd.StatType - Enum in com.basistech.metrics.reporting
 
StatsdReporter - Class in com.basistech.metrics.reporting
A reporter which publishes metric values to a Statds server.
StatsdReporter(MetricRegistry, Statsd, String, MetricFilter, TimeUnit, TimeUnit) - Constructor for class com.basistech.metrics.reporting.StatsdReporter
 
StatsdReporter.Builder - Class in com.basistech.metrics.reporting
A builder for StatsdReporter instances.

V

valueOf(String) - Static method in enum com.basistech.metrics.reporting.Statsd.StatType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.basistech.metrics.reporting.Statsd.StatType
Returns an array containing the constants of this enum type, in the order they are declared.
B C F P R S V 

Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.