- 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
-
- 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
-
- 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.