| 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(StatsDClientErrorHandler handler,
WritableByteChannel clientChannel,
BufferPool pool,
BlockingQueue<ByteBuffer> buffers,
int senderWorkers,
ThreadFactory threadFactory) |
NonBlockingStatsDClientBuilder |
NonBlockingStatsDClientBuilder.errorHandler(StatsDClientErrorHandler val) |
Copyright © 2022. All rights reserved.