C D G H I N O R S T U W

C

com.timgroup.statsd - package com.timgroup.statsd
 
count(String, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Adjusts the specified counter by a given delta.
count(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
count(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
Adjusts the specified counter by a given delta.
CRITICAL - Static variable in class com.timgroup.statsd.ServiceCheck
 

D

decrement(String, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Convenience method equivalent to decrementCounter(String, String[]).
decrement(String, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
decrement(String, String...) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.decrementCounter(String, String[]).
decrementCounter(String, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Decrements the specified counter by one.
decrementCounter(String, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
decrementCounter(String, String...) - Method in interface com.timgroup.statsd.StatsDClient
Decrements the specified counter by one.

G

gauge(String, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Convenience method equivalent to recordGaugeValue(String, double, String[]).
gauge(String, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Convenience method equivalent to recordGaugeValue(String, long, String[]).
gauge(String, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
gauge(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
gauge(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.recordGaugeValue(String, double, String[]).
gauge(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.recordGaugeValue(String, long, String[]).
getEscapedMessage() - Method in class com.timgroup.statsd.ServiceCheck
 
getHostname() - Method in class com.timgroup.statsd.ServiceCheck
 
getMessage() - Method in class com.timgroup.statsd.ServiceCheck
 
getName() - Method in class com.timgroup.statsd.ServiceCheck
 
getStatus() - Method in class com.timgroup.statsd.ServiceCheck
 
getTags() - Method in class com.timgroup.statsd.ServiceCheck
 
getTimestamp() - Method in class com.timgroup.statsd.ServiceCheck
 

H

handle(Exception) - Method in interface com.timgroup.statsd.StatsDClientErrorHandler
Handle the given exception, which occurred during a StatsD client operation.
histogram(String, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Convenience method equivalent to recordHistogramValue(String, double, String[]).
histogram(String, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Convenience method equivalent to recordHistogramValue(String, long, String[]).
histogram(String, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
histogram(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
histogram(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.recordHistogramValue(String, double, String[]).
histogram(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.recordHistogramValue(String, long, String[]).

I

increment(String, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Convenience method equivalent to incrementCounter(String, String[]).
increment(String, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
increment(String, String...) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.incrementCounter(String, String[]).
incrementCounter(String, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Increments the specified counter by one.
incrementCounter(String, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
incrementCounter(String, 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, String...) - 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, String[], StatsDClientErrorHandler) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Create a new StatsD client communicating with a StatsD instance on the specified host and port.
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
 

O

OK - Static variable in class com.timgroup.statsd.ServiceCheck
 

R

recordExecutionTime(String, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Records an execution time in milliseconds for the specified named operation.
recordExecutionTime(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
recordExecutionTime(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
Records an execution time in milliseconds for the specified named operation.
recordGaugeValue(String, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Records the latest fixed value for the specified named gauge.
recordGaugeValue(String, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Records the latest fixed value for the specified named gauge.
recordGaugeValue(String, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
recordGaugeValue(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
recordGaugeValue(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
Records the latest fixed value for the specified named gauge.
recordGaugeValue(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
Records the latest fixed value for the specified named gauge.
recordHistogramValue(String, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Records a value for the specified named histogram.
recordHistogramValue(String, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Records a value for the specified named histogram.
recordHistogramValue(String, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
recordHistogramValue(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
recordHistogramValue(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
Records a value for the specified named histogram.
recordHistogramValue(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
Records a value for the specified named histogram.
recordServiceCheckRun(ServiceCheck) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Records a run status for the specified named service check.
recordServiceCheckRun(ServiceCheck) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
recordServiceCheckRun(ServiceCheck) - Method in interface com.timgroup.statsd.StatsDClient
Records a run status for the specified named service check.

S

serviceCheck(ServiceCheck) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Convenience method equivalent to recordServiceCheckRun(ServiceCheck sc).
serviceCheck(ServiceCheck) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
ServiceCheck - Class in com.timgroup.statsd
A service check model, which is used to format a service check message sent to the datadog agent
ServiceCheck() - Constructor for class com.timgroup.statsd.ServiceCheck
 
ServiceCheck(String, int) - Constructor for class com.timgroup.statsd.ServiceCheck
 
ServiceCheck(String, int, String, String[]) - Constructor for class com.timgroup.statsd.ServiceCheck
 
ServiceCheck(String, int, String, String, String[]) - Constructor for class com.timgroup.statsd.ServiceCheck
 
serviceCheck(ServiceCheck) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.recordServiceCheckRun(ServiceCheck sc).
setHostname(String) - Method in class com.timgroup.statsd.ServiceCheck
 
setMessage(String) - Method in class com.timgroup.statsd.ServiceCheck
 
setName(String) - Method in class com.timgroup.statsd.ServiceCheck
 
setStatus(int) - Method in class com.timgroup.statsd.ServiceCheck
 
setTags(String...) - Method in class com.timgroup.statsd.ServiceCheck
 
setTimestamp(int) - Method in class com.timgroup.statsd.ServiceCheck
 
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.NoOpStatsDClient
 
stop() - Method in interface com.timgroup.statsd.StatsDClient
Cleanly shut down this StatsD client.

T

time(String, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Convenience method equivalent to recordExecutionTime(String, long, String[]).
time(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
time(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.recordExecutionTime(String, long, String[]).

U

UNKNOWN - Static variable in class com.timgroup.statsd.ServiceCheck
 

W

WARNING - Static variable in class com.timgroup.statsd.ServiceCheck
 

C D G H I N O R S T U W

Copyright © 2015. All rights reserved.