- NonBlockingStatsDClient - Class in com.timgroup.statsd
-
A simple StatsD client implementation facilitating metrics recording.
- NonBlockingStatsDClient(String) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
-
Create a new StatsD client communicating with a StatsD instance.
- 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, 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[], 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, 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.
- NonBlockingStatsDClient(String, String, int, 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.
- NonBlockingStatsDClient(String, String, int, int, String[], StatsDClientErrorHandler, 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, int, String[], StatsDClientErrorHandler, 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, int, int, 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.
- NonBlockingStatsDClient(String, int, String[], StatsDClientErrorHandler, Callable<SocketAddress>) - 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, int, String[], StatsDClientErrorHandler, Callable<SocketAddress>, int, 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, int, String[], StatsDClientErrorHandler, Callable<SocketAddress>, int, int, 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, int, String[], StatsDClientErrorHandler, Callable<SocketAddress>, int, int, 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.
- 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
-
- recordDistributionValue(String, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Records a value for the specified named distribution.
- recordDistributionValue(String, double, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Records a value for the specified named distribution.
- recordDistributionValue(String, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Records a value for the specified named distribution.
- recordDistributionValue(String, long, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Records a value for the specified named distribution.
- recordDistributionValue(String, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- recordDistributionValue(String, double, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- recordDistributionValue(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- recordDistributionValue(String, long, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- recordDistributionValue(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Records a value for the specified named distribution.
- recordDistributionValue(String, double, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Records a value for the specified named distribution.
- recordDistributionValue(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Records a value for the specified named distribution.
- recordDistributionValue(String, long, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Records a value for the specified named distribution.
- recordEvent(Event, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Records an event
- recordEvent(Event, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- recordEvent(Event, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Records an event
- 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, double, 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, double, 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.
- recordExecutionTime(String, long, double, 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, double, 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, long, double, 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, double, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- recordGaugeValue(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- recordGaugeValue(String, long, double, 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, double, 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.
- recordGaugeValue(String, long, double, 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, double, 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, long, double, 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, double, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- recordHistogramValue(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- recordHistogramValue(String, long, double, 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, double, 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.
- recordHistogramValue(String, long, double, 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.
- recordSetValue(String, String, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Records a value for the specified set.
- recordSetValue(String, String, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- recordSetValue(String, String, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Records a value for the specified set.
- run() - Method in class com.timgroup.statsd.StatsDSender
-