public interface ChukwaSender
| Modifier and Type | Method and Description | 
|---|---|
| List<ChukwaHttpSender.CommitListEntry> | send(List<Chunk> chunksToSend) | 
| void | setCollectors(Iterator<String> collectors) | 
| void | stop() | 
List<ChukwaHttpSender.CommitListEntry> send(List<Chunk> chunksToSend) throws InterruptedException, IOException
chunksToSend - a list of chunks to commitInterruptedException - if interrupted while trying to sendIOExceptionvoid stop()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.