| Package | Description |
|---|---|
| org.apache.pulsar.client.impl |
| Modifier and Type | Method and Description |
|---|---|
ProducerImpl.OpSendMsg |
AbstractBatchMessageContainer.createOpSendMsg() |
ProducerImpl.OpSendMsg |
BatchMessageContainerBase.createOpSendMsg()
Create OpSendMsg, producer use OpSendMsg to send to the broker.
|
ProducerImpl.OpSendMsg |
ProducerImpl.OpSendMsgQueue.peek() |
| Modifier and Type | Method and Description |
|---|---|
List<ProducerImpl.OpSendMsg> |
AbstractBatchMessageContainer.createOpSendMsgs() |
List<ProducerImpl.OpSendMsg> |
BatchMessageContainerBase.createOpSendMsgs()
Create list of OpSendMsg, producer use OpSendMsg to send to the broker.
|
Iterator<ProducerImpl.OpSendMsg> |
ProducerImpl.OpSendMsgQueue.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProducerImpl.OpSendMsgQueue.add(ProducerImpl.OpSendMsg o) |
protected void |
ProducerImpl.processOpSendMsg(ProducerImpl.OpSendMsg op) |
protected boolean |
ProducerImpl.verifyLocalBufferIsNotCorrupted(ProducerImpl.OpSendMsg op)
Computes checksum again and verifies it against existing checksum.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProducerImpl.OpSendMsgQueue.forEach(Consumer<? super ProducerImpl.OpSendMsg> action) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.