public interface ChunkReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
add(Chunk event)
Add a chunk to the queue, potentially blocking.
|
void add(Chunk event) throws InterruptedException
event - is a Chukwa ChunkInterruptedException - if thread is interrupted while blockingCopyright © 2016 Apache Software Foundation. All Rights Reserved.