Enum Class的使用
org.apache.pulsar.common.protocol.Commands.ChecksumType
使用Commands.ChecksumType的程序包
-
org.apache.pulsar.common.protocol中Commands.ChecksumType的使用
修饰符和类型方法说明static 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.修饰符和类型方法说明static ByteBufPairCommands.newSend(long producerId, long sequenceId, int numMessages, Commands.ChecksumType checksumType, long ledgerId, long entryId, MessageMetadata messageMetadata, io.netty.buffer.ByteBuf payload) static ByteBufPairCommands.newSend(long producerId, long sequenceId, int numMessages, 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, long ledgerId, long entryId, MessageMetadata messageData, io.netty.buffer.ByteBuf payload) static ByteBufPairCommands.newSend(long producerId, long lowestSequenceId, long highestSequenceId, int numMessages, 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)