Enum Class的使用
org.apache.pulsar.common.api.proto.CommandAck.AckType
使用CommandAck.AckType的程序包
-
org.apache.pulsar.common.api.proto中CommandAck.AckType的使用
修饰符和类型方法说明CommandAck.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. -
org.apache.pulsar.common.protocol中CommandAck.AckType的使用
修饰符和类型方法说明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 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)