Uses of Class
org.apache.pulsar.client.impl.ProducerImpl.OpSendMsg
Packages that use ProducerImpl.OpSendMsg
-
Uses of ProducerImpl.OpSendMsg in org.apache.pulsar.client.impl
Methods in org.apache.pulsar.client.impl that return ProducerImpl.OpSendMsgModifier and TypeMethodDescriptionAbstractBatchMessageContainer.createOpSendMsg()BatchMessageContainerBase.createOpSendMsg()Create OpSendMsg, producer use OpSendMsg to send to the broker.ProducerImpl.OpSendMsgQueue.peek()Methods in org.apache.pulsar.client.impl that return types with arguments of type ProducerImpl.OpSendMsgModifier and TypeMethodDescriptionAbstractBatchMessageContainer.createOpSendMsgs()BatchMessageContainerBase.createOpSendMsgs()Create list of OpSendMsg, producer use OpSendMsg to send to the broker.ProducerImpl.OpSendMsgQueue.iterator()Methods in org.apache.pulsar.client.impl with parameters of type ProducerImpl.OpSendMsgModifier and TypeMethodDescriptionbooleanProducerImpl.OpSendMsgQueue.add(ProducerImpl.OpSendMsg o) protected voidProducerImpl.processOpSendMsg(ProducerImpl.OpSendMsg op) protected booleanProducerImpl.verifyLocalBufferIsNotCorrupted(ProducerImpl.OpSendMsg op) Computes checksum again and verifies it against existing checksum.Method parameters in org.apache.pulsar.client.impl with type arguments of type ProducerImpl.OpSendMsgModifier and TypeMethodDescriptionvoidProducerImpl.OpSendMsgQueue.forEach(Consumer<? super ProducerImpl.OpSendMsg> action)