| Package | Description |
|---|---|
| com.github.arnabk.statsd | |
| com.timgroup.statsd |
| Modifier and Type | Field and Description |
|---|---|
protected StatsDClientErrorHandler |
BlockingStatsDClient.handler |
protected StatsDClientErrorHandler |
BlockingStatsDEventClient.handler |
protected static StatsDClientErrorHandler |
BlockingStatsDClient.NO_OP_HANDLER |
| Constructor and Description |
|---|
BlockingStatsDClient(String prefix,
String hostname,
int port,
String[] constantTags,
StatsDClientErrorHandler errorHandler)
Create a new StatsD client communicating with a StatsD instance on the
specified host and port.
|
BlockingStatsDEventClient(String hostname,
int port,
String[] constantTags,
StatsDClientErrorHandler errorHandler)
Create a new StatsD client communicating with a StatsD instance on the
specified host and port.
|
NonBlockingStatsDEventClient(String hostname,
int port,
String[] constantTags,
StatsDClientErrorHandler errorHandler)
Create a new StatsD client communicating with a StatsD instance on the
specified host and port.
|
| Constructor and Description |
|---|
NonBlockingStatsDClient(String prefix,
String hostname,
int port,
String[] constantTags,
StatsDClientErrorHandler errorHandler)
Create a new StatsD client communicating with a StatsD instance on the
specified host and port.
|
Copyright © 2016. All rights reserved.