Uses of Class
org.apache.pulsar.common.api.proto.CommandAck.AckType
-
Packages that use CommandAck.AckType Package Description org.apache.pulsar.common.api.proto org.apache.pulsar.common.protocol Common protocol. -
-
Uses of CommandAck.AckType in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandAck.AckType Modifier and Type Method Description CommandAck.AckTypeCommandAck. getAckType()static CommandAck.AckTypeCommandAck.AckType. valueOf(int n)Returns the enum constant of this type with the specified name.static CommandAck.AckTypeCommandAck.AckType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommandAck.AckType[]CommandAck.AckType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.common.api.proto with parameters of type CommandAck.AckType Modifier and Type Method Description CommandAckCommandAck. setAckType(CommandAck.AckType ackType) -
Uses of CommandAck.AckType in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandAck.AckType Modifier and Type Method Description static io.netty.buffer.ByteBufCommands. newAck(long consumerId, long ledgerId, long entryId, BitSetRecyclable ackSet, CommandAck.AckType ackType, CommandAck.ValidationError validationError, java.util.Map<java.lang.String,java.lang.Long> properties, long requestId)static io.netty.buffer.ByteBufCommands. newAck(long consumerId, long ledgerId, long entryId, BitSetRecyclable ackSet, CommandAck.AckType ackType, CommandAck.ValidationError validationError, java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,java.lang.Long> properties, long txnIdLeastBits, long txnIdMostBits, long requestId, int batchSize)
-