C D G H I N R S T 

C

com.timgroup.statsd - package com.timgroup.statsd
 
ConvenienceMethodProvidingStatsDClient - Class in com.timgroup.statsd
 
ConvenienceMethodProvidingStatsDClient() - Constructor for class com.timgroup.statsd.ConvenienceMethodProvidingStatsDClient
 
count(String, long) - Method in class com.timgroup.statsd.ConvenienceMethodProvidingStatsDClient
 
count(String, long, double) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Adjusts the specified counter by a given delta.
count(String, long, double) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
count(String, long) - Method in interface com.timgroup.statsd.StatsDClient
Adjusts the specified counter by a given delta.
count(String, long, double) - Method in interface com.timgroup.statsd.StatsDClient
Adjusts the specified counter by a given delta.

D

decrement(String) - Method in class com.timgroup.statsd.ConvenienceMethodProvidingStatsDClient
decrement(String) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.decrementCounter(String).
decrementCounter(String) - Method in class com.timgroup.statsd.ConvenienceMethodProvidingStatsDClient
Convenience method equivalent to ConvenienceMethodProvidingStatsDClient.count(String, long) with a value of -1.
decrementCounter(String) - Method in interface com.timgroup.statsd.StatsDClient
Decrements the specified counter by one.

G

gauge(String, long) - Method in class com.timgroup.statsd.ConvenienceMethodProvidingStatsDClient
Convenience method equivalent to StatsDClient.recordGaugeValue(String, long).
gauge(String, double) - Method in class com.timgroup.statsd.ConvenienceMethodProvidingStatsDClient
Convenience method equivalent to StatsDClient.recordGaugeValue(String, double).
gauge(String, long) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.recordGaugeValue(String, long).
gauge(String, double) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.recordGaugeValue(String, double).

H

handle(Exception) - Method in interface com.timgroup.statsd.StatsDClientErrorHandler
Handle the given exception, which occurred during a StatsD client operation.

I

increment(String) - Method in class com.timgroup.statsd.ConvenienceMethodProvidingStatsDClient
increment(String) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.incrementCounter(String).
incrementCounter(String) - Method in class com.timgroup.statsd.ConvenienceMethodProvidingStatsDClient
Convenience method equivalent to ConvenienceMethodProvidingStatsDClient.count(String, long) with a value of 1.
incrementCounter(String) - Method in interface com.timgroup.statsd.StatsDClient
Increments the specified counter by one.

N

NonBlockingStatsDClient - Class in com.timgroup.statsd
A simple StatsD client implementation facilitating metrics recording.
NonBlockingStatsDClient(String, String, int) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Create a new StatsD client communicating with a StatsD instance on the specified host and port.
NonBlockingStatsDClient(String, String, int, StatsDClientErrorHandler) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Create a new StatsD client communicating with a StatsD instance on the specified host and port.
NonBlockingUdpSender - Class in com.timgroup.statsd
 
NonBlockingUdpSender(String, int, Charset, StatsDClientErrorHandler) - Constructor for class com.timgroup.statsd.NonBlockingUdpSender
 
NoOpStatsDClient - Class in com.timgroup.statsd
A No-Op StatsDClient, which can be substituted in when metrics are not required.
NoOpStatsDClient() - Constructor for class com.timgroup.statsd.NoOpStatsDClient
 

R

recordExecutionTime(String, long) - Method in class com.timgroup.statsd.ConvenienceMethodProvidingStatsDClient
 
recordExecutionTime(String, long, double) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Records an execution time in milliseconds for the specified named operation.
recordExecutionTime(String, long, double) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
recordExecutionTime(String, long) - Method in interface com.timgroup.statsd.StatsDClient
Records an execution time in milliseconds for the specified named operation.
recordExecutionTime(String, long, double) - Method in interface com.timgroup.statsd.StatsDClient
Adjusts the specified counter by a given delta.
recordExecutionTimeToNow(String, long) - Method in class com.timgroup.statsd.ConvenienceMethodProvidingStatsDClient
 
recordExecutionTimeToNow(String, long) - Method in interface com.timgroup.statsd.StatsDClient
Records an execution time in milliseconds for the specified named operation.
recordGaugeDelta(String, long) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
 
recordGaugeDelta(String, double) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
 
recordGaugeDelta(String, long) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
recordGaugeDelta(String, double) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
recordGaugeDelta(String, long) - Method in interface com.timgroup.statsd.StatsDClient
Records a change in the value of the specified named gauge.
recordGaugeDelta(String, double) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.recordGaugeDelta(String, long) but for double deltas.
recordGaugeValue(String, long) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Records the latest fixed value for the specified named gauge.
recordGaugeValue(String, double) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
 
recordGaugeValue(String, long) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
recordGaugeValue(String, double) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
recordGaugeValue(String, long) - Method in interface com.timgroup.statsd.StatsDClient
Records the latest fixed value for the specified named gauge.
recordGaugeValue(String, double) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.recordGaugeValue(String, long) but for double values.
recordSetEvent(String, String) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
StatsD supports counting unique occurrences of events between flushes, Call this method to records an occurrence of the specified named event.
recordSetEvent(String, String) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
recordSetEvent(String, String) - Method in interface com.timgroup.statsd.StatsDClient
StatsD supports counting unique occurrences of events between flushes, Call this method to records an occurrence of the specified named event.

S

send(String) - Method in class com.timgroup.statsd.NonBlockingUdpSender
 
set(String, String) - Method in class com.timgroup.statsd.ConvenienceMethodProvidingStatsDClient
Convenience method equivalent to StatsDClient.recordSetEvent(String, String).
set(String, String) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.recordSetEvent(String, String).
StatsDClient - Interface in com.timgroup.statsd
Describes a client connection to a StatsD server, which may be used to post metrics in the form of counters, timers, and gauges.
StatsDClientErrorHandler - Interface in com.timgroup.statsd
Describes a handler capable of processing exceptions that occur during StatsD client operations.
StatsDClientException - Exception in com.timgroup.statsd
Signals that an exception has occurred when trying to start the StatsD client
StatsDClientException() - Constructor for exception com.timgroup.statsd.StatsDClientException
 
StatsDClientException(String, Throwable) - Constructor for exception com.timgroup.statsd.StatsDClientException
 
stop() - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Cleanly shut down this StatsD client.
stop() - Method in class com.timgroup.statsd.NonBlockingUdpSender
 
stop() - Method in class com.timgroup.statsd.NoOpStatsDClient
 
stop() - Method in interface com.timgroup.statsd.StatsDClient
Cleanly shut down this StatsD client.

T

time(String, long) - Method in class com.timgroup.statsd.ConvenienceMethodProvidingStatsDClient
time(String, long) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.recordExecutionTime(String, long).
C D G H I N R S T