| Modifier and Type | Field and Description |
|---|---|
StatsDClientErrorHandler |
NonBlockingStatsDClientBuilder.errorHandler
Handler to use when an exception occurs during usage, may be null to indicate noop.
|
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(StatsDClientErrorHandler handler,
WritableByteChannel clientChannel,
BufferPool pool,
BlockingQueue<ByteBuffer> buffers,
int senderWorkers,
ThreadFactory threadFactory) |
NonBlockingStatsDClientBuilder |
NonBlockingStatsDClientBuilder.errorHandler(StatsDClientErrorHandler val)
Handler to use when an exception occurs during usage, may be null to indicate noop.
|
Copyright © 2025. All rights reserved.