org.apache.hadoop.chukwa.datacollection
Interface ChunkReceiver

All Known Subinterfaces:
ChunkQueue
All Known Implementing Classes:
MemLimitQueue, WaitingQueue

public interface ChunkReceiver


Method Summary
 void add(Chunk event)
          Add a chunk to the queue, potentially blocking.
 

Method Detail

add

void add(Chunk event)
         throws InterruptedException
Add a chunk to the queue, potentially blocking.

Parameters:
event -
Throws:
InterruptedException - if thread is interrupted while blocking


Copyright © ${year} The Apache Software Foundation