BatchHandler(String name,
BlockingQueue<ProducerBatch> batches,
AtomicInteger batchCount,
Semaphore memoryController) |
LogAccumulator(String producerHash,
ProducerConfig producerConfig,
Semaphore memoryController,
RetryQueue retryQueue,
BlockingQueue<ProducerBatch> successQueue,
BlockingQueue<ProducerBatch> failureQueue,
IOThreadPool ioThreadPool,
AtomicInteger batchCount) |
LogAccumulator(String producerHash,
ProducerConfig producerConfig,
Semaphore memoryController,
RetryQueue retryQueue,
BlockingQueue<ProducerBatch> successQueue,
BlockingQueue<ProducerBatch> failureQueue,
IOThreadPool ioThreadPool,
AtomicInteger batchCount) |
Mover(String name,
ProducerConfig producerConfig,
LogAccumulator accumulator,
RetryQueue retryQueue,
BlockingQueue<ProducerBatch> successQueue,
BlockingQueue<ProducerBatch> failureQueue,
IOThreadPool ioThreadPool,
AtomicInteger batchCount) |
Mover(String name,
ProducerConfig producerConfig,
LogAccumulator accumulator,
RetryQueue retryQueue,
BlockingQueue<ProducerBatch> successQueue,
BlockingQueue<ProducerBatch> failureQueue,
IOThreadPool ioThreadPool,
AtomicInteger batchCount) |
SendProducerBatchTask(ProducerBatch batch,
ProducerConfig producerConfig,
RetryQueue retryQueue,
BlockingQueue<ProducerBatch> successQueue,
BlockingQueue<ProducerBatch> failureQueue,
AtomicInteger batchCount) |
SendProducerBatchTask(ProducerBatch batch,
ProducerConfig producerConfig,
RetryQueue retryQueue,
BlockingQueue<ProducerBatch> successQueue,
BlockingQueue<ProducerBatch> failureQueue,
AtomicInteger batchCount) |