Uses of Class
org.apache.pulsar.common.protocol.Commands.ChecksumType
-
Packages that use Commands.ChecksumType Package Description org.apache.pulsar.common.protocol Common protocol. -
-
Uses of Commands.ChecksumType in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol that return Commands.ChecksumType Modifier and Type Method Description static Commands.ChecksumTypeCommands.ChecksumType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Commands.ChecksumType[]Commands.ChecksumType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.common.protocol with parameters of type Commands.ChecksumType Modifier and Type Method Description 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 io.netty.buffer.ByteBufCommands. serializeMetadataAndPayload(Commands.ChecksumType checksumType, MessageMetadata msgMetadata, io.netty.buffer.ByteBuf payload)
-