Uses of Class
org.apache.pulsar.common.protocol.ByteBufPair
Packages that use ByteBufPair
-
Uses of ByteBufPair in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol that return ByteBufPairModifier and TypeMethodDescriptionstatic ByteBufPairByteBufPair.get(io.netty.buffer.ByteBuf b1, io.netty.buffer.ByteBuf b2) Get a newByteBufPairfrom the pool and assign 2 buffers to it.static ByteBufPairCommands.newMessage(long consumerId, long ledgerId, long entryId, int partition, int redeliveryCount, io.netty.buffer.ByteBuf metadataAndPayload, long[] ackSet) static ByteBufPairCommands.newSend(long producerId, long sequenceId, int numMessaegs, Commands.ChecksumType checksumType, MessageMetadata messageMetadata, io.netty.buffer.ByteBuf payload) static ByteBufPairCommands.newSend(long producerId, long sequenceId, long highestSequenceId, int numMessages, long txnIdLeastBits, long txnIdMostBits, Commands.ChecksumType checksumType, MessageMetadata messageData, io.netty.buffer.ByteBuf payload) static ByteBufPairCommands.newSend(long producerId, long lowestSequenceId, long highestSequenceId, int numMessaegs, Commands.ChecksumType checksumType, MessageMetadata messageMetadata, io.netty.buffer.ByteBuf payload) static ByteBufPairCommands.serializeCommandMessageWithSize(BaseCommand cmd, io.netty.buffer.ByteBuf metadataAndPayload) Methods in org.apache.pulsar.common.protocol with parameters of type ByteBufPairModifier and TypeMethodDescriptionstatic io.netty.buffer.ByteBufByteBufPair.coalesce(ByteBufPair pair)