Uses of Enum Class
org.apache.pulsar.common.protocol.Commands.ChecksumType
Packages that use Commands.ChecksumType
-
Uses of Commands.ChecksumType in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol that return Commands.ChecksumTypeModifier and TypeMethodDescriptionstatic Commands.ChecksumTypeReturns the enum constant of this class with the specified name.static Commands.ChecksumType[]Commands.ChecksumType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.common.protocol with parameters of type Commands.ChecksumTypeModifier and TypeMethodDescriptionstatic 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 io.netty.buffer.ByteBufCommands.serializeMetadataAndPayload(Commands.ChecksumType checksumType, MessageMetadata msgMetadata, io.netty.buffer.ByteBuf payload)