Uses of Enum Class
org.apache.pulsar.common.api.proto.CommandAck.ValidationError
Packages that use CommandAck.ValidationError
Package
Description
Common protocol.
-
Uses of CommandAck.ValidationError in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandAck.ValidationErrorModifier and TypeMethodDescriptionCommandAck.getValidationError()static CommandAck.ValidationErrorCommandAck.ValidationError.valueOf(int n) Returns the enum constant of this class with the specified name.static CommandAck.ValidationErrorReturns the enum constant of this class with the specified name.static CommandAck.ValidationError[]CommandAck.ValidationError.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.common.api.proto with parameters of type CommandAck.ValidationErrorModifier and TypeMethodDescriptionCommandAck.setValidationError(CommandAck.ValidationError validationError) -
Uses of CommandAck.ValidationError in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandAck.ValidationErrorModifier and TypeMethodDescriptionstatic io.netty.buffer.ByteBufCommands.newAck(long consumerId, long ledgerId, long entryId, BitSetRecyclable ackSet, CommandAck.AckType ackType, CommandAck.ValidationError validationError, Map<String, Long> properties, long requestId) static io.netty.buffer.ByteBufCommands.newAck(long consumerId, long ledgerId, long entryId, BitSetRecyclable ackSet, CommandAck.AckType ackType, CommandAck.ValidationError validationError, Map<String, Long> properties, long txnIdLeastBits, long txnIdMostBits, long requestId) static io.netty.buffer.ByteBufCommands.newAck(long consumerId, long ledgerId, long entryId, BitSetRecyclable ackSet, CommandAck.AckType ackType, CommandAck.ValidationError validationError, Map<String, Long> properties, long txnIdLeastBits, long txnIdMostBits, long requestId, int batchSize) static io.netty.buffer.ByteBufCommands.newAck(long consumerId, List<MessageIdData> messageIds, CommandAck.AckType ackType, CommandAck.ValidationError validationError, Map<String, Long> properties, long txnIdLeastBits, long txnIdMostBits, long requestId)