Skip navigation links
A B C D E F G H I M N O P Q R S T U V W 

A

addressLookup - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
addressLookup(Callable<SocketAddress>) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 

B

blocking - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
blocking(boolean) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
buffer - Variable in class com.timgroup.statsd.StatsDProcessor.ProcessingTask
 
BufferPool - Class in com.timgroup.statsd
 
bufferPool - Variable in class com.timgroup.statsd.StatsDProcessor
 
bufferPoolSize - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
bufferPoolSize(int) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
build() - Method in class com.timgroup.statsd.Event.Builder
Build factory method for the event.
build() - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
NonBlockingStatsDClient factory method.
build() - Method in class com.timgroup.statsd.ServiceCheck.Builder
 
builder() - Static method in class com.timgroup.statsd.Event
 
builder() - Static method in class com.timgroup.statsd.ServiceCheck
 
Builder() - Constructor for class com.timgroup.statsd.ServiceCheck.Builder
 
builder - Variable in class com.timgroup.statsd.StatsDProcessor.ProcessingTask
 
bytesDropped - Variable in class com.timgroup.statsd.Telemetry
 
bytesDroppedMetric - Variable in class com.timgroup.statsd.Telemetry
 
bytesSent - Variable in class com.timgroup.statsd.Telemetry
 
bytesSentMetric - Variable in class com.timgroup.statsd.Telemetry
 

C

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.
com.timgroup.statsd - package com.timgroup.statsd
 
constantTags - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
constantTags(String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
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, 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, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
count(String, long, double, 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, 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, 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.
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) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
 
createProcessor(StatsDProcessor) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
 
createSender(Callable<SocketAddress>, StatsDClientErrorHandler, DatagramChannel, BufferPool, BlockingQueue<ByteBuffer>, int, Telemetry) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
 

D

decrement(String, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
decrement(String, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
decrement(String, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
decrement(String, double, 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[]).
decrement(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
decrementCounter(String, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Decrements the specified counter by one.
decrementCounter(String, double, 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, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
decrementCounter(String, String...) - Method in interface com.timgroup.statsd.StatsDClient
Decrements the specified counter by one.
decrementCounter(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
Decrements the specified counter by one.
DEFAULT_DOGSTATSD_PORT - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
 
DEFAULT_ENABLE_TELEMETRY - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
 
DEFAULT_FLUSH_INTERVAL - Static variable in class com.timgroup.statsd.Telemetry
 
DEFAULT_MAX_PACKET_SIZE_BYTES - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
 
DEFAULT_POOL_SIZE - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
 
DEFAULT_PROCESSOR_WORKERS - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
 
DEFAULT_QUEUE_SIZE - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
 
DEFAULT_SENDER_WORKERS - Static variable in class com.timgroup.statsd.NonBlockingStatsDClient
 
distribution(String, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
distribution(String, double, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
distribution(String, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
distribution(String, long, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
distribution(String, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
distribution(String, double, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
distribution(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
distribution(String, long, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
distribution(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
distribution(String, double, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
distribution(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
distribution(String, long, double, String...) - Method in interface com.timgroup.statsd.StatsDClient

E

enableTelemetry - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
enableTelemetry(boolean) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
endSignal - Variable in class com.timgroup.statsd.StatsDProcessor
 
entityID - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
entityID(String) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
errorHandler - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
errorHandler(StatsDClientErrorHandler) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
Event - Class in com.timgroup.statsd
An event to send.
Event.AlertType - Enum in com.timgroup.statsd
 
Event.Builder - Class in com.timgroup.statsd
 
Event.Priority - Enum in com.timgroup.statsd
 
eventsSent - Variable in class com.timgroup.statsd.Telemetry
 
eventsSentMetric - Variable in class com.timgroup.statsd.Telemetry
 
executor - Variable in class com.timgroup.statsd.StatsDProcessor
 

F

flush() - Method in class com.timgroup.statsd.Telemetry
Sends Telemetry metrics to the processor.

G

gauge(String, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
gauge(String, double, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
gauge(String, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
gauge(String, long, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
gauge(String, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
gauge(String, double, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
gauge(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
gauge(String, long, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
gauge(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
gauge(String, double, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
gauge(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
gauge(String, long, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
getAggregationKey() - Method in class com.timgroup.statsd.Event
 
getAlertType() - Method in class com.timgroup.statsd.Event
 
getBufferPool() - Method in class com.timgroup.statsd.StatsDProcessor
 
getEscapedMessage() - Method in class com.timgroup.statsd.ServiceCheck
 
getHostname() - Method in class com.timgroup.statsd.Event
 
getHostname() - Method in class com.timgroup.statsd.ServiceCheck
 
getInvalidMessage() - Method in exception com.timgroup.statsd.InvalidMessageException
 
getMessage() - Method in class com.timgroup.statsd.ServiceCheck
 
getMillisSinceEpoch() - Method in class com.timgroup.statsd.Event
Get number of milliseconds since epoch started.
getName() - Method in class com.timgroup.statsd.ServiceCheck
 
getOutboundQueue() - Method in class com.timgroup.statsd.StatsDProcessor
 
getPriority() - Method in class com.timgroup.statsd.Event
 
getQcapacity() - Method in class com.timgroup.statsd.StatsDProcessor
 
getSourceTypeName() - Method in class com.timgroup.statsd.Event
 
getStatus() - Method in class com.timgroup.statsd.ServiceCheck
 
getTags() - Method in class com.timgroup.statsd.ServiceCheck
 
getTags() - Method in class com.timgroup.statsd.Telemetry
Gets the telemetry tags string.
getText() - Method in class com.timgroup.statsd.Event
 
getTimestamp() - Method in class com.timgroup.statsd.ServiceCheck
 
getTitle() - Method in class com.timgroup.statsd.Event
 

H

handle(Exception) - Method in interface com.timgroup.statsd.StatsDClientErrorHandler
Handle the given exception, which occurred during a StatsD client operation.
handler - Variable in class com.timgroup.statsd.StatsDProcessor
 
histogram(String, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
histogram(String, double, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
histogram(String, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
histogram(String, long, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
histogram(String, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
histogram(String, double, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
histogram(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
histogram(String, long, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
histogram(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
histogram(String, double, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
histogram(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
histogram(String, long, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
hostname - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
hostname(String) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 

I

incrBytesDropped(int) - Method in class com.timgroup.statsd.Telemetry
 
incrBytesSent(int) - Method in class com.timgroup.statsd.Telemetry
 
increment(String, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
increment(String, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
increment(String, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
increment(String, double, 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[]).
increment(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
incrementCounter(String, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
Increments the specified counter by one.
incrementCounter(String, double, 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, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
incrementCounter(String, String...) - Method in interface com.timgroup.statsd.StatsDClient
Increments the specified counter by one.
incrementCounter(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
Increments the specified counter by one.
incrEventsSent(int) - Method in class com.timgroup.statsd.Telemetry
 
incrMetricsSent(int) - Method in class com.timgroup.statsd.Telemetry
 
incrPacketDropped(int) - Method in class com.timgroup.statsd.Telemetry
 
incrPacketDroppedQueue(int) - Method in class com.timgroup.statsd.Telemetry
 
incrPacketSent(int) - Method in class com.timgroup.statsd.Telemetry
 
incrServiceChecksSent(int) - Method in class com.timgroup.statsd.Telemetry
 
InvalidMessageException - Exception in com.timgroup.statsd
Signals that we've been passed a message that's invalid and won't be sent.
InvalidMessageException(String, String) - Constructor for exception com.timgroup.statsd.InvalidMessageException
Creates an InvalidMessageException with a specified detail message and the invalid message itself.

M

maxPacketSizeBytes - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
maxPacketSizeBytes(int) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
MESSAGE_CHARSET - Static variable in class com.timgroup.statsd.StatsDProcessor
 
MESSAGE_TOO_LONG - Static variable in class com.timgroup.statsd.StatsDProcessor
 
metricsSent - Variable in class com.timgroup.statsd.Telemetry
 
metricsSentMetric - Variable in class com.timgroup.statsd.Telemetry
 

N

NonBlockingStatsDClient - Class in com.timgroup.statsd
A simple StatsD client implementation facilitating metrics recording.
NonBlockingStatsDClient(String, int, String[], StatsDClientErrorHandler, Callable<SocketAddress>, Callable<SocketAddress>, int, int, int, String, int, int, int, boolean, boolean, 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) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, String, int) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, String, int, int) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, String, int, String...) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, String, int, String[], int) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, String, int, int, String...) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, String, int, String[], StatsDClientErrorHandler) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, String, int, int, String[], StatsDClientErrorHandler) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, String, int, int, String[], StatsDClientErrorHandler, String) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, String, int, int, String[], StatsDClientErrorHandler, int) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, String, int, int, int, int, String[], StatsDClientErrorHandler) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, int, String[], StatsDClientErrorHandler, Callable<SocketAddress>) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, int, String[], StatsDClientErrorHandler, Callable<SocketAddress>, int, int) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, int, String[], StatsDClientErrorHandler, Callable<SocketAddress>, int, int, int) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Deprecated.
NonBlockingStatsDClient(String, int, String[], StatsDClientErrorHandler, Callable<SocketAddress>, int, int, int, String, int, int, int, boolean, boolean, int) - Constructor for class com.timgroup.statsd.NonBlockingStatsDClient
Create a new StatsD client communicating with a StatsD instance on the specified host and port.
NonBlockingStatsDClientBuilder - Class in com.timgroup.statsd
 
NonBlockingStatsDClientBuilder() - Constructor for class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
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

outboundQueue - Variable in class com.timgroup.statsd.StatsDProcessor
 

P

packetsDropped - Variable in class com.timgroup.statsd.Telemetry
 
packetsDroppedMetric - Variable in class com.timgroup.statsd.Telemetry
 
packetsDroppedQueue - Variable in class com.timgroup.statsd.Telemetry
 
packetsDroppedQueueMetric - Variable in class com.timgroup.statsd.Telemetry
 
packetsSent - Variable in class com.timgroup.statsd.Telemetry
 
packetsSentMetric - Variable in class com.timgroup.statsd.Telemetry
 
port - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
1400 chosen as default here so that the number of bytes in a message plus the number of bytes required for additional udp headers should be under the 1500 Maximum Transmission Unit for ethernet.
port(int) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
prefix - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
prefix(String) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
ProcessingTask() - Constructor for class com.timgroup.statsd.StatsDProcessor.ProcessingTask
 
processor - Variable in class com.timgroup.statsd.Telemetry
 
processorWorkers - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
processorWorkers(int) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 

Q

qcapacity - Variable in class com.timgroup.statsd.StatsDProcessor
 
queueSize - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
queueSize(int) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 

R

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.
reset() - Method in class com.timgroup.statsd.Telemetry
Resets all counter in the telemetry (this is useful for tests purposes).
run() - Method in class com.timgroup.statsd.StatsDProcessor.ProcessingTask
 
run() - Method in class com.timgroup.statsd.StatsDProcessor
 
run() - Method in class com.timgroup.statsd.StatsDSender
 
run() - Method in class com.timgroup.statsd.Telemetry.TelemetryTask
 

S

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
 
senderWorkers(int) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
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
Convenience method equivalent to StatsDClient.recordServiceCheckRun(ServiceCheck sc).
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
 
shutdown - Variable in class com.timgroup.statsd.StatsDProcessor
 
SOCKET_BUFFER_BYTES - 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
 
socketBufferSize(int) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
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.
staticStatsDAddressResolution(String, int) - Static method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
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 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.

T

tags - Variable in class com.timgroup.statsd.Telemetry
 
telemetry - Variable in class com.timgroup.statsd.NonBlockingStatsDClient
 
Telemetry - Class in com.timgroup.statsd
 
Telemetry.TelemetryTask - Class in com.timgroup.statsd
 
telemetryAddressLookup - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
telemetryAddressLookup(Callable<SocketAddress>) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
telemetryFlushInterval - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
telemetryFlushInterval(int) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
telemetryHostname - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
telemetryHostname(String) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
telemetryPort - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
telemetryPort(int) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
telemetryStatsDProcessor - Variable in class com.timgroup.statsd.NonBlockingStatsDClient
 
telemetryStatsDSender - Variable in class com.timgroup.statsd.NonBlockingStatsDClient
 
time(String, long, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
time(String, long, double, String...) - Method in class com.timgroup.statsd.NonBlockingStatsDClient
time(String, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
time(String, long, double, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
time(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
time(String, long, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
timeout - Variable in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
timeout(int) - Method in class com.timgroup.statsd.NonBlockingStatsDClientBuilder
 
timer - Variable in class com.timgroup.statsd.Telemetry
 

U

utf8Encoder - Variable in class com.timgroup.statsd.StatsDProcessor.ProcessingTask
 

V

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

W

WAIT_SLEEP_MS - Static variable in class com.timgroup.statsd.StatsDProcessor
 
withAggregationKey(String) - Method in class com.timgroup.statsd.Event.Builder
Aggregation key for the event.
withAlertType(Event.AlertType) - Method in class com.timgroup.statsd.Event.Builder
Alert type for the event.
withCheckRunId(int) - Method in class com.timgroup.statsd.ServiceCheck.Builder
 
withDate(Date) - Method in class com.timgroup.statsd.Event.Builder
Date for the event.
withDate(long) - Method in class com.timgroup.statsd.Event.Builder
Date for the event.
withHostname(String) - Method in class com.timgroup.statsd.Event.Builder
Source hostname for the event.
withHostname(String) - Method in class com.timgroup.statsd.ServiceCheck.Builder
 
withMessage(String) - Method in class com.timgroup.statsd.ServiceCheck.Builder
 
withName(String) - Method in class com.timgroup.statsd.ServiceCheck.Builder
 
withPriority(Event.Priority) - Method in class com.timgroup.statsd.Event.Builder
Priority for the event.
withSourceTypeName(String) - Method in class com.timgroup.statsd.Event.Builder
Source Type name for the event.
withStatus(ServiceCheck.Status) - Method in class com.timgroup.statsd.ServiceCheck.Builder
 
withTags(String[]) - Method in class com.timgroup.statsd.ServiceCheck.Builder
 
withText(String) - Method in class com.timgroup.statsd.Event.Builder
Text for the event.
withTimestamp(int) - Method in class com.timgroup.statsd.ServiceCheck.Builder
 
withTitle(String) - Method in class com.timgroup.statsd.Event.Builder
Title for the event.
workers - Variable in class com.timgroup.statsd.StatsDProcessor
 
writeBuilderToSendBuffer(ByteBuffer) - Method in class com.timgroup.statsd.StatsDProcessor.ProcessingTask
 
A B C D E F G H I M N O P Q R S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.