- canAggregate() - Method in class com.timgroup.statsd.Message
-
Return whether a message can be aggregated.
- CLIENT_TAG - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
-
- CLIENT_TRANSPORT_TAG - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
-
- CLIENT_VERSION_TAG - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
-
- close() - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
- close() - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- close() - Method in interface com.timgroup.statsd.StatsDClient
-
Stop the statsd client.
- close() - Method in class com.timgroup.statsd.UnixStreamClientChannel
-
- com.timgroup.statsd - package com.timgroup.statsd
-
- compareTo(Message) - Method in class com.timgroup.statsd.AlphaNumericMessage
-
- compareTo(Message) - Method in class com.timgroup.statsd.Message
-
- connectionTimeout - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
The timeout in milliseconds for connecting to the StatsD server.
- connectionTimeout(int) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
The timeout in milliseconds for connecting to the StatsD server.
- constantTags - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
Tags to be added to all content sent.
- constantTags(String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
Tags to be added to all content sent.
- containerID - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
Allows passing the container ID, this will be used by the Agent to enrich metrics with
container tags.
- containerID(String) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
Allows passing the container ID, this will be used by the Agent to enrich metrics with
container tags.
- count(String, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Adjusts the specified counter by a given delta.
- count(String, long, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Adjusts the specified counter by a given delta.
- count(String, long, double, TagsCardinality, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Adjusts the specified counter by a given delta.
- count(String, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Adjusts the specified counter by a given delta.
- count(String, double, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Adjusts the specified counter by a given delta.
- count(String, double, double, TagsCardinality, 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, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- count(String, long, double, TagsCardinality, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- count(String, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- count(String, double, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- count(String, double, double, TagsCardinality, 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.
- count(String, long, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Adjusts the specified counter by a given delta.
- count(String, long, double, TagsCardinality, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Adjusts the specified counter by a given delta.
- count(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Adjusts the specified counter by a given delta.
- count(String, double, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Adjusts the specified counter by a given delta.
- count(String, double, double, TagsCardinality, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Adjusts the specified counter by a given delta.
- countSent - Variable in class com.timgroup.statsd.Telemetry
-
- countWithTimestamp(String, long, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Set the counter metric at the given time to the specified value.
- countWithTimestamp(String, long, long, TagsCardinality, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Set the counter metric at the given time to the specified value.
- countWithTimestamp(String, double, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Set the counter metric at the given time to the specified value.
- countWithTimestamp(String, double, long, TagsCardinality, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
Set the counter metric at the given time to the specified value.
- countWithTimestamp(String, long, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- countWithTimestamp(String, long, long, TagsCardinality, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- countWithTimestamp(String, double, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- countWithTimestamp(String, double, long, TagsCardinality, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
-
- countWithTimestamp(String, long, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Set the counter metric at the given time to the specified value.
- countWithTimestamp(String, long, long, TagsCardinality, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Set the counter metric at the given time to the specified value.
- countWithTimestamp(String, double, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Set the counter metric at the given time to the specified value.
- countWithTimestamp(String, double, long, TagsCardinality, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Set the counter metric at the given time to the specified value.
- createProcessingTask() - Method in class com.timgroup.statsd.StatsDBlockingProcessor
-
- createProcessingTask() - Method in class com.timgroup.statsd.StatsDNonBlockingProcessor
-
- createProcessingTask() - Method in class com.timgroup.statsd.StatsDProcessor
-
- createProcessor(int, StatsDClientErrorHandler, int, int, int, boolean, int, int, ThreadFactory) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
- createSender(StatsDClientErrorHandler, WritableByteChannel, BufferPool, BlockingQueue<ByteBuffer>, int, ThreadFactory) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
- 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, double, double, TagsCardinality, 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, long, double, TagsCardinality, 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, double, double, TagsCardinality, 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, long, double, TagsCardinality, 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, double, double, TagsCardinality, 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.
- recordDistributionValue(String, long, double, TagsCardinality, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Records a value for the specified named distribution.
- recordDistributionValues(String, double[], double, String...) - Method in interface com.timgroup.statsd.DirectStatsDClient
-
Records values for the specified named distribution.
- recordDistributionValues(String, long[], double, String...) - Method in interface com.timgroup.statsd.DirectStatsDClient
-
Records values for the specified named distribution.
- recordDistributionValues(String, double[], double, String...) - Method in class com.timgroup.statsd.NoOpDirectStatsDClient
-
- recordDistributionValues(String, long[], double, String...) - Method in class com.timgroup.statsd.NoOpDirectStatsDClient
-
- 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, double, TagsCardinality, 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, double, TagsCardinality, 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.
- recordExecutionTime(String, long, double, TagsCardinality, 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, double, double, TagsCardinality, 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, long, double, TagsCardinality, 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, double, double, TagsCardinality, 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, long, double, TagsCardinality, 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, double, double, TagsCardinality, 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.
- recordGaugeValue(String, long, double, TagsCardinality, 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, double, double, TagsCardinality, 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, long, double, TagsCardinality, 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, double, double, TagsCardinality, 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, long, double, TagsCardinality, 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, double, double, TagsCardinality, 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.
- recordHistogramValue(String, long, double, TagsCardinality, 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
-
- recordSetValue(String, String, TagsCardinality, 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, TagsCardinality, 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.
- recordSetValue(String, String, TagsCardinality, String...) - Method in interface com.timgroup.statsd.StatsDClient
-
Records a value for the specified set.
- reset() - Method in class com.timgroup.statsd.Telemetry
-
Resets all counter in the telemetry (this is useful for tests purposes).
- resolve() - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
Creates a copy of this builder with any implicit elements resolved.
- run() - Method in class com.timgroup.statsd.StatsDProcessor.ProcessingTask
-
- run() - Method in class com.timgroup.statsd.Telemetry.TelemetryTask
-
- SAMPLE_RATE_FORMATTER - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
-
- scheduler - Variable in class com.timgroup.statsd.StatsDAggregator
-
- send(Message) - Method in class com.timgroup.statsd.StatsDBlockingProcessor
-
- send(Message) - Method in class com.timgroup.statsd.StatsDNonBlockingProcessor
-
- send(Message) - Method in class com.timgroup.statsd.StatsDProcessor
-
- senderWorkers - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
The number of sender worker threads submitting buffers to the socket.
- senderWorkers(int) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
The number of sender worker threads submitting buffers to the socket.
- sendHighPrio(Message) - Method in class com.timgroup.statsd.StatsDProcessor
-
- sendTelemetryMetric(String, Integer) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
- serviceCheck(ServiceCheck) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
-
- 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(ServiceCheck) - Method in interface com.timgroup.statsd.StatsDClient
-
- ServiceCheck.Builder - Class in com.timgroup.statsd
-
- ServiceCheck.Status - Enum in com.timgroup.statsd
-
- serviceChecksSent - Variable in class com.timgroup.statsd.Telemetry
-
- serviceChecksSentMetric - Variable in class com.timgroup.statsd.Telemetry
-
- setDone(boolean) - Method in class com.timgroup.statsd.Message
-
- setSent - Variable in class com.timgroup.statsd.Telemetry
-
- setTelemetry(Telemetry) - Method in class com.timgroup.statsd.StatsDProcessor
-
- setTelemetry(Telemetry) - Method in class com.timgroup.statsd.StatsDSender
-
- setValue(Number) - Method in class com.timgroup.statsd.NumericMessage
-
Set underlying message value.
- shardGranularity - Variable in class com.timgroup.statsd.StatsDAggregator
-
- shutdown - Variable in class com.timgroup.statsd.StatsDProcessor
-
- SOCKET_BUFFER_BYTES - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
-
- SOCKET_CONNECT_TIMEOUT_MS - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
-
- SOCKET_TIMEOUT_MS - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
-
- socketBufferSize - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
The socket buffer size in bytes.
- socketBufferSize(int) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
The socket buffer size in bytes.
- start() - Method in class com.timgroup.statsd.StatsDAggregator
-
Start the aggregator flushing scheduler.
- start(long) - Method in class com.timgroup.statsd.Telemetry
-
Startsthe flush timer for the telemetry.
- staticAddressResolution(String, int) - Static method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
Lookup the address for the given host name and cache the result.
- staticNamedPipeResolution(String) - Static method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
- staticUnixResolution(String, UnixSocketAddressWithTransport.TransportType) - Static method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
- StatsDAggregator - Class in com.timgroup.statsd
-
- StatsDAggregator(StatsDProcessor, int, long) - Constructor for class com.timgroup.statsd.StatsDAggregator
-
StatsDAggregtor constructor.
- StatsDBlockingProcessor - Class in com.timgroup.statsd
-
- 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
-
- StatsDNonBlockingProcessor - Class in com.timgroup.statsd
-
- statsDProcessor - Variable in class com.timgroup.statsd.NonBlockingStatsDClient
-
- StatsDProcessor - Class in com.timgroup.statsd
-
- StatsDProcessor.ProcessingTask - Class in com.timgroup.statsd
-
- statsDSender - Variable in class com.timgroup.statsd.NonBlockingStatsDClient
-
- StatsDSender - Class in com.timgroup.statsd
-
- 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 class com.timgroup.statsd.StatsDAggregator
-
Stop the aggregator flushing scheduler.
- stop() - Method in interface com.timgroup.statsd.StatsDClient
-
Cleanly shut down this StatsD client.
- stop() - Method in class com.timgroup.statsd.Telemetry
-
Stops the flush timer for the telemetry.
- value - Variable in class com.timgroup.statsd.AlphaNumericMessage
-
- value - Variable in class com.timgroup.statsd.NumericMessage
-
- valueOf(String) - Static method in enum com.timgroup.statsd.Event.AlertType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.timgroup.statsd.Event.Priority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.timgroup.statsd.Message.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.timgroup.statsd.ServiceCheck.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.timgroup.statsd.TagsCardinality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.timgroup.statsd.UnixSocketAddressWithTransport.TransportType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.timgroup.statsd.Event.AlertType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.timgroup.statsd.Event.Priority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.timgroup.statsd.Message.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.timgroup.statsd.ServiceCheck.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.timgroup.statsd.TagsCardinality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.timgroup.statsd.UnixSocketAddressWithTransport.TransportType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- volatileAddressResolution(String, int) - Static method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
-
Create dynamic lookup for the given host name and port.