| Modifier and Type | Method and Description |
|---|---|
protected StatsDSender |
NonBlockingStatsDClient.createSender(Callable<SocketAddress> addressLookup,
int queueSize,
StatsDClientErrorHandler handler,
DatagramChannel clientChannel,
int maxPacketSizeBytes) |
| Constructor and 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,
int queueSize,
String[] constantTags,
StatsDClientErrorHandler errorHandler,
Callable<SocketAddress> addressLookup,
int timeout,
int bufferSize)
Create a new StatsD client communicating with a StatsD instance on the
specified host and port.
|
NonBlockingStatsDClient(String prefix,
int queueSize,
String[] constantTags,
StatsDClientErrorHandler errorHandler,
Callable<SocketAddress> addressLookup,
int timeout,
int bufferSize,
int maxPacketSizeBytes)
Create a new StatsD client communicating with a StatsD instance on the
specified host and port.
|
NonBlockingStatsDClient(String prefix,
int queueSize,
String[] constantTags,
StatsDClientErrorHandler errorHandler,
Callable<SocketAddress> addressLookup,
int timeout,
int bufferSize,
int maxPacketSizeBytes,
String entityID)
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,
int timeout,
int bufferSize,
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,
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,
int queueSize,
String[] constantTags,
StatsDClientErrorHandler errorHandler,
int maxPacketSizeBytes)
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,
String entityID)
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 © 2020. All rights reserved.