Uses of Class
org.apache.pulsar.common.api.proto.CommandSend
-
Packages that use CommandSend Package Description org.apache.pulsar.common.api.proto org.apache.pulsar.common.protocol Common protocol. -
-
Uses of CommandSend in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandSend Modifier and Type Method Description CommandSendCommandSend. clear()CommandSendCommandSend. clearHighestSequenceId()CommandSendCommandSend. clearIsChunk()CommandSendCommandSend. clearNumMessages()CommandSendCommandSend. clearProducerId()CommandSendCommandSend. clearSequenceId()CommandSendCommandSend. clearTxnidLeastBits()CommandSendCommandSend. clearTxnidMostBits()CommandSendCommandSend. copyFrom(CommandSend _other)CommandSendBaseCommand. getSend()CommandSendCommandSend. setHighestSequenceId(long highestSequenceId)CommandSendCommandSend. setIsChunk(boolean isChunk)CommandSendCommandSend. setNumMessages(int numMessages)CommandSendCommandSend. setProducerId(long producerId)CommandSendBaseCommand. setSend()CommandSendCommandSend. setSequenceId(long sequenceId)CommandSendCommandSend. setTxnidLeastBits(long txnidLeastBits)CommandSendCommandSend. setTxnidMostBits(long txnidMostBits)Methods in org.apache.pulsar.common.api.proto with parameters of type CommandSend Modifier and Type Method Description CommandSendCommandSend. copyFrom(CommandSend _other) -
Uses of CommandSend in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandSend Modifier and Type Method Description protected voidPulsarDecoder. handleSend(CommandSend send, io.netty.buffer.ByteBuf headersAndPayload)
-