Uses of Enum Class
org.apache.pulsar.common.api.proto.CommandAck.AckType
Packages that use CommandAck.AckType
Package
Description
Common protocol.
-
Uses of CommandAck.AckType in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandAck.AckTypeModifier and TypeMethodDescriptionCommandAck.getAckType()static CommandAck.AckTypeCommandAck.AckType.valueOf(int n) Returns the enum constant of this class with the specified name.static CommandAck.AckTypeReturns the enum constant of this class with the specified name.static CommandAck.AckType[]CommandAck.AckType.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.AckType -
Uses of CommandAck.AckType in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandAck.AckTypeModifier 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)