| Modifier and Type | Field and Description |
|---|---|
StatsDClientErrorHandler |
NonBlockingStatsDClientBuilder.errorHandler |
protected StatsDClientErrorHandler |
StatsDProcessor.handler |
| Modifier and Type | Method and Description |
|---|---|
protected StatsDProcessor |
NonBlockingStatsDClient.createProcessor(int queueSize,
StatsDClientErrorHandler handler,
int maxPacketSizeBytes,
int bufferPoolSize,
int workers,
boolean blocking,
int aggregationFlushInterval,
int aggregationShards,
ThreadFactory threadFactory) |
protected StatsDSender |
NonBlockingStatsDClient.createSender(Callable<SocketAddress> addressLookup,
StatsDClientErrorHandler handler,
DatagramChannel clientChannel,
BufferPool pool,
BlockingQueue<ByteBuffer> buffers,
int senderWorkers,
ThreadFactory threadFactory) |
NonBlockingStatsDClientBuilder |
NonBlockingStatsDClientBuilder.errorHandler(StatsDClientErrorHandler val) |
| Constructor and Description |
|---|
NonBlockingStatsDClient(String prefix,
int queueSize,
String[] constantTags,
StatsDClientErrorHandler errorHandler,
Callable<SocketAddress> addressLookup)
Deprecated.
|
NonBlockingStatsDClient(String prefix,
int queueSize,
String[] constantTags,
StatsDClientErrorHandler errorHandler,
Callable<SocketAddress> addressLookup,
Callable<SocketAddress> telemetryAddressLookup,
int timeout,
int bufferSize,
int maxPacketSizeBytes,
String entityID,
int poolSize,
int processorWorkers,
int senderWorkers,
boolean blocking,
boolean enableTelemetry,
int telemetryFlushInterval,
boolean enableDevMode,
int aggregationFlushInterval,
int aggregationShards)
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)
Deprecated.
|
NonBlockingStatsDClient(String prefix,
int queueSize,
String[] constantTags,
StatsDClientErrorHandler errorHandler,
Callable<SocketAddress> addressLookup,
int timeout,
int bufferSize,
int maxPacketSizeBytes)
Deprecated.
|
NonBlockingStatsDClient(String prefix,
int queueSize,
String[] constantTags,
StatsDClientErrorHandler errorHandler,
Callable<SocketAddress> addressLookup,
int timeout,
int bufferSize,
int maxPacketSizeBytes,
String entityID,
int poolSize,
int processorWorkers,
int senderWorkers,
boolean blocking,
boolean enableTelemetry,
int telemetryFlushInterval)
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)
Deprecated.
|
NonBlockingStatsDClient(String prefix,
String hostname,
int port,
int queueSize,
String[] constantTags,
StatsDClientErrorHandler errorHandler)
Deprecated.
|
NonBlockingStatsDClient(String prefix,
String hostname,
int port,
int queueSize,
String[] constantTags,
StatsDClientErrorHandler errorHandler,
int maxPacketSizeBytes)
Deprecated.
|
NonBlockingStatsDClient(String prefix,
String hostname,
int port,
int queueSize,
String[] constantTags,
StatsDClientErrorHandler errorHandler,
String entityID)
Deprecated.
|
NonBlockingStatsDClient(String prefix,
String hostname,
int port,
String[] constantTags,
StatsDClientErrorHandler errorHandler)
Deprecated.
|
Copyright © 2021. All rights reserved.