public class MultiSender extends Sender<MultiSender.Config>
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiSender.AllNodesUnavailableException |
static class |
MultiSender.Config |
| Constructor and Description |
|---|
MultiSender(MultiSender.Config config) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
sendInternal(java.util.List<java.nio.ByteBuffer> dataList,
byte[] ackToken) |
send, send, sendWithAck, toStringpublic MultiSender(MultiSender.Config config)
protected void sendInternal(java.util.List<java.nio.ByteBuffer> dataList,
byte[] ackToken)
throws MultiSender.AllNodesUnavailableException
sendInternal in class Sender<MultiSender.Config>MultiSender.AllNodesUnavailableExceptionpublic void close()
throws java.io.IOException
java.io.IOException