Uses of Class
org.apache.pulsar.client.impl.ProducerImpl.OpSendMsg
-
Packages that use ProducerImpl.OpSendMsg Package Description org.apache.pulsar.client.impl -
-
Uses of ProducerImpl.OpSendMsg in org.apache.pulsar.client.impl
Methods in org.apache.pulsar.client.impl that return ProducerImpl.OpSendMsg Modifier and Type Method Description ProducerImpl.OpSendMsgAbstractBatchMessageContainer. createOpSendMsg()ProducerImpl.OpSendMsgBatchMessageContainerBase. createOpSendMsg()Create OpSendMsg, producer use OpSendMsg to send to the broker.ProducerImpl.OpSendMsgProducerImpl.OpSendMsgQueue. peek()Methods in org.apache.pulsar.client.impl that return types with arguments of type ProducerImpl.OpSendMsg Modifier and Type Method Description java.util.List<ProducerImpl.OpSendMsg>AbstractBatchMessageContainer. createOpSendMsgs()java.util.List<ProducerImpl.OpSendMsg>BatchMessageContainerBase. createOpSendMsgs()Create list of OpSendMsg, producer use OpSendMsg to send to the broker.java.util.Iterator<ProducerImpl.OpSendMsg>ProducerImpl.OpSendMsgQueue. iterator()Methods in org.apache.pulsar.client.impl with parameters of type ProducerImpl.OpSendMsg Modifier and Type Method Description booleanProducerImpl.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.OpSendMsg Modifier and Type Method Description voidProducerImpl.OpSendMsgQueue. forEach(java.util.function.Consumer<? super ProducerImpl.OpSendMsg> action)
-