| Constructor | Description |
|---|---|
NonBlockingStatsDClient(String prefix,
int queueSize,
String[] constantTags,
StatsDClientErrorHandler errorHandler,
Callable<SocketAddress> addressLookup) |
Create a new StatsD client communicating with a StatsD instance on the
specified host and port.
|
NonBlockingStatsDClient(String prefix,
String hostname,
int port) |
Create a new StatsD client communicating with a StatsD instance on the
specified host and port.
|
NonBlockingStatsDClient(String prefix,
String hostname,
int port,
int queueSize) |
Create a new StatsD client communicating with a StatsD instance on the
specified host and port.
|
NonBlockingStatsDClient(String prefix,
String hostname,
int port,
int queueSize,
String... constantTags) |
Create a new StatsD client communicating with a StatsD instance on the
specified host and port.
|
NonBlockingStatsDClient(String prefix,
String hostname,
int port,
int queueSize,
String[] constantTags,
StatsDClientErrorHandler errorHandler) |
Create a new StatsD client communicating with a StatsD instance on the
specified host and port.
|
NonBlockingStatsDClient(String prefix,
String hostname,
int port,
String... constantTags) |
Create a new StatsD client communicating with a StatsD instance on the
specified host and port.
|
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 © 2018. All rights reserved.