Skip navigation links
A B C D E G H I N P R S T V W 

A

AlertType - Enum in com.github.arnabk.statsd
Different types of alerts that we can send to Dogstatsd

B

blockingSend(String) - Method in class com.github.arnabk.statsd.BlockingStatsDEventClient
 
BlockingStatsDClient - Class in com.github.arnabk.statsd
A simple StatsD client implementation facilitating metrics recording.
BlockingStatsDClient(String, String, int) - Constructor for class com.github.arnabk.statsd.BlockingStatsDClient
Create a new StatsD client communicating with a StatsD instance on the specified host and port.
BlockingStatsDClient(String, String, int, String[]) - Constructor for class com.github.arnabk.statsd.BlockingStatsDClient
Create a new StatsD client communicating with a StatsD instance on the specified host and port.
BlockingStatsDClient(String, String, int, String[], StatsDClientErrorHandler) - Constructor for class com.github.arnabk.statsd.BlockingStatsDClient
Create a new StatsD client communicating with a StatsD instance on the specified host and port.
BlockingStatsDEventClient - Class in com.github.arnabk.statsd
A simple StatsD client implementation facilitating event reporting.
BlockingStatsDEventClient(String, int) - Constructor for class com.github.arnabk.statsd.BlockingStatsDEventClient
Create a new StatsD client communicating with a StatsD instance on the specified host and port.
BlockingStatsDEventClient(String, int, String[]) - Constructor for class com.github.arnabk.statsd.BlockingStatsDEventClient
Create a new StatsD client communicating with a StatsD instance on the specified host and port.
BlockingStatsDEventClient(String, int, String[], StatsDClientErrorHandler) - Constructor for class com.github.arnabk.statsd.BlockingStatsDEventClient
Create a new StatsD client communicating with a StatsD instance on the specified host and port.
build() - Method in class com.timgroup.statsd.Event.Builder
 
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
 

C

clientSocket - Variable in class com.github.arnabk.statsd.BlockingStatsDClient
 
clientSocket - Variable in class com.github.arnabk.statsd.BlockingStatsDEventClient
 
com.github.arnabk.statsd - package com.github.arnabk.statsd
 
com.timgroup.statsd - package com.timgroup.statsd
 
constantTags - Variable in class com.github.arnabk.statsd.BlockingStatsDClient
 
constantTags - Variable in class com.github.arnabk.statsd.BlockingStatsDEventClient
 
count(String, long, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
Adjusts the specified counter by a given delta.
count(String, long, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
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
 
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.

D

decrement(String, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
decrement(String, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
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, String...) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.decrementCounter(String, String[]).
decrementCounter(String, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
Decrements the specified counter by one.
decrementCounter(String, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
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
 
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.

E

event(String, String) - Method in class com.github.arnabk.statsd.BlockingStatsDEventClient
Submit event with title and message
event(String, String, long) - Method in class com.github.arnabk.statsd.BlockingStatsDEventClient
Submit event with title, message and a time
event(String, String, Priority) - Method in class com.github.arnabk.statsd.BlockingStatsDEventClient
Submit event with title, message and priority for the message
event(String, String, AlertType) - Method in class com.github.arnabk.statsd.BlockingStatsDEventClient
Submit event with title, message and alter type
event(String, String, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDEventClient
Submit message with title, message and tags
event(String, String, long, String, Priority, String, AlertType, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDEventClient
Reports an event to the datadog agent
event(String, String, long, String, Priority, String, AlertType, String...) - Method in class com.github.arnabk.statsd.NonBlockingStatsDEventClient
Reports an event to the datadog agent (non-blocking)
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
 
EventMessage - Class in com.github.arnabk.statsd
An event message Java bean that is used to hold an event object (which is sent to the datadog agent)
EventMessage() - Constructor for class com.github.arnabk.statsd.EventMessage
 
EventMessage(String, String) - Constructor for class com.github.arnabk.statsd.EventMessage
 

G

gauge(String, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
gauge(String, double, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
gauge(String, long, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
Convenience method equivalent to #recordGaugeValue(String, int, String[]).
gauge(String, long, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
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, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
gauge(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
gauge(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
getAggregationKey() - Method in class com.github.arnabk.statsd.EventMessage
 
getAggregationKey() - Method in class com.timgroup.statsd.Event
 
getAlertType() - Method in class com.timgroup.statsd.Event
 
getAlterType() - Method in class com.github.arnabk.statsd.EventMessage
 
getDateHappened() - Method in class com.github.arnabk.statsd.EventMessage
 
getEscapedMessage() - Method in class com.timgroup.statsd.ServiceCheck
 
getHostname() - Method in class com.timgroup.statsd.Event
 
getHostname() - Method in class com.timgroup.statsd.ServiceCheck
 
getMessage() - Method in class com.github.arnabk.statsd.EventMessage
 
getMessage() - Method in class com.timgroup.statsd.ServiceCheck
 
getMillisSinceEpoch() - Method in class com.timgroup.statsd.Event
 
getName() - Method in class com.timgroup.statsd.ServiceCheck
 
getPriority() - Method in class com.github.arnabk.statsd.EventMessage
 
getPriority() - Method in class com.timgroup.statsd.Event
 
getSourceTypeName() - Method in class com.github.arnabk.statsd.EventMessage
 
getSourceTypeName() - Method in class com.timgroup.statsd.Event
 
getStatus() - Method in class com.timgroup.statsd.ServiceCheck
 
getTags() - Method in class com.github.arnabk.statsd.EventMessage
 
getTags() - Method in class com.timgroup.statsd.ServiceCheck
 
getText() - Method in class com.timgroup.statsd.Event
 
getTimestamp() - Method in class com.timgroup.statsd.ServiceCheck
 
getTitle() - Method in class com.github.arnabk.statsd.EventMessage
 
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.github.arnabk.statsd.BlockingStatsDClient
 
handler - Variable in class com.github.arnabk.statsd.BlockingStatsDEventClient
 
histogram(String, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
histogram(String, double, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
histogram(String, long, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
Convenience method equivalent to #recordHistogramValue(String, int, String[]).
histogram(String, long, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
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, long, String...) - Method in class com.timgroup.statsd.NoOpStatsDClient
 
histogram(String, double, String...) - Method in interface com.timgroup.statsd.StatsDClient
histogram(String, long, String...) - Method in interface com.timgroup.statsd.StatsDClient
hostname - Variable in class com.github.arnabk.statsd.BlockingStatsDEventClient
 

I

increment(String, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
increment(String, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
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, String...) - Method in interface com.timgroup.statsd.StatsDClient
Convenience method equivalent to StatsDClient.incrementCounter(String, String[]).
incrementCounter(String, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
Increments the specified counter by one.
incrementCounter(String, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
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
 
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

NO_OP_HANDLER - Static variable in class com.github.arnabk.statsd.BlockingStatsDClient
 
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.
NonBlockingStatsDEventClient - Class in com.github.arnabk.statsd
A simple StatsD client implementation facilitating event reporting.
NonBlockingStatsDEventClient(String, int) - Constructor for class com.github.arnabk.statsd.NonBlockingStatsDEventClient
Create a new StatsD client communicating with a StatsD instance on the specified host and port.
NonBlockingStatsDEventClient(String, int, String[]) - Constructor for class com.github.arnabk.statsd.NonBlockingStatsDEventClient
Create a new StatsD client communicating with a StatsD instance on the specified host and port.
NonBlockingStatsDEventClient(String, int, String[], StatsDClientErrorHandler) - Constructor for class com.github.arnabk.statsd.NonBlockingStatsDEventClient
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
 

P

prefix - Variable in class com.github.arnabk.statsd.BlockingStatsDClient
 
prepareMessage(String, String, long, String, Priority, String, AlertType, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDEventClient
 
Priority - Enum in com.github.arnabk.statsd
Event priority for datadog events

R

recordExecutionTime(String, long, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
Records an execution time in milliseconds for the specified named operation.
recordExecutionTime(String, long, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
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
 
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.github.arnabk.statsd.BlockingStatsDClient
Records the latest fixed value for the specified named gauge.
recordGaugeValue(String, double, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
recordGaugeValue(String, long, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
Records the latest fixed value for the specified named gauge.
recordGaugeValue(String, long, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
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
 
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
 
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.github.arnabk.statsd.BlockingStatsDClient
Records a value for the specified named histogram.
recordHistogramValue(String, double, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
recordHistogramValue(String, long, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
Records a value for the specified named histogram.
recordHistogramValue(String, long, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
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
 
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
 
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.

S

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.Builder - Class in com.timgroup.statsd
 
ServiceCheck.Status - Enum in com.timgroup.statsd
 
setAggregationKey(String) - Method in class com.github.arnabk.statsd.EventMessage
 
setAlterType(AlertType) - Method in class com.github.arnabk.statsd.EventMessage
 
setDateHappened(long) - Method in class com.github.arnabk.statsd.EventMessage
 
setMessage(String) - Method in class com.github.arnabk.statsd.EventMessage
 
setPriority(Priority) - Method in class com.github.arnabk.statsd.EventMessage
 
setSourceTypeName(String) - Method in class com.github.arnabk.statsd.EventMessage
 
setTags(String[]) - Method in class com.github.arnabk.statsd.EventMessage
 
setTitle(String) - Method in class com.github.arnabk.statsd.EventMessage
 
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.github.arnabk.statsd.BlockingStatsDClient
Cleanly shut down this StatsD client.
stop() - Method in class com.github.arnabk.statsd.BlockingStatsDEventClient
Cleanly shut down this StatsD client.
stop() - Method in class com.github.arnabk.statsd.NonBlockingStatsDEventClient
Cleanly shut down this StatsD client.
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

tagString(String[]) - Method in class com.github.arnabk.statsd.BlockingStatsDEventClient
Generate a suffix conveying the given tag list to the client
time(String, long, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
time(String, long, double, String...) - Method in class com.github.arnabk.statsd.BlockingStatsDClient
 
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, String...) - Method in interface com.timgroup.statsd.StatsDClient

V

valueOf(String) - Static method in enum com.github.arnabk.statsd.AlertType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.arnabk.statsd.Priority
Returns the enum constant of this type with the specified name.
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.github.arnabk.statsd.AlertType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.arnabk.statsd.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.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.

W

withAggregationKey(String) - Method in class com.timgroup.statsd.Event.Builder
 
withAlertType(Event.AlertType) - Method in class com.timgroup.statsd.Event.Builder
 
withCheckRunId(int) - Method in class com.timgroup.statsd.ServiceCheck.Builder
 
withDate(Date) - Method in class com.timgroup.statsd.Event.Builder
 
withDate(long) - Method in class com.timgroup.statsd.Event.Builder
 
withHostname(String) - Method in class com.timgroup.statsd.Event.Builder
 
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
 
withSourceTypeName(String) - Method in class com.timgroup.statsd.Event.Builder
 
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
 
withTimestamp(int) - Method in class com.timgroup.statsd.ServiceCheck.Builder
 
withTitle(String) - Method in class com.timgroup.statsd.Event.Builder
 
A B C D E G H I N P R S T V W 
Skip navigation links

Copyright © 2016. All rights reserved.