类的使用
org.apache.pulsar.client.impl.ProducerImpl.OpSendMsg
使用ProducerImpl.OpSendMsg的程序包
-
org.apache.pulsar.client.impl中ProducerImpl.OpSendMsg的使用
修饰符和类型方法说明AbstractBatchMessageContainer.createOpSendMsg()BatchMessageContainerBase.createOpSendMsg()Create OpSendMsg, producer use OpSendMsg to send to the broker.ProducerImpl.OpSendMsgQueue.peek()返回变量类型为ProducerImpl.OpSendMsg的类型的org.apache.pulsar.client.impl中的方法修饰符和类型方法说明AbstractBatchMessageContainer.createOpSendMsgs()BatchMessageContainerBase.createOpSendMsgs()Create list of OpSendMsg, producer use OpSendMsg to send to the broker.ProducerImpl.OpSendMsgQueue.iterator()修饰符和类型方法说明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.类型变量类型为ProducerImpl.OpSendMsg的org.apache.pulsar.client.impl中的方法参数修饰符和类型方法说明voidProducerImpl.OpSendMsgQueue.forEach(Consumer<? super ProducerImpl.OpSendMsg> action)