Uses of Class
org.apache.pulsar.common.api.proto.CommandAck
Packages that use CommandAck
Package
Description
Common protocol.
-
Uses of CommandAck in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandAckModifier and TypeMethodDescriptionCommandAck.addAllMessageIds(Iterable<MessageIdData> messageIds) CommandAck.addAllProperties(Iterable<KeyLongValue> properties) CommandAck.clear()CommandAck.clearAckType()CommandAck.clearConsumerId()CommandAck.clearMessageId()CommandAck.clearProperties()CommandAck.clearRequestId()CommandAck.clearTxnidLeastBits()CommandAck.clearTxnidMostBits()CommandAck.clearValidationError()CommandAck.copyFrom(CommandAck _other) BaseCommand.getAck()BaseCommand.setAck()CommandAck.setAckType(CommandAck.AckType ackType) CommandAck.setConsumerId(long consumerId) CommandAck.setRequestId(long requestId) CommandAck.setTxnidLeastBits(long txnidLeastBits) CommandAck.setTxnidMostBits(long txnidMostBits) CommandAck.setValidationError(CommandAck.ValidationError validationError) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandAck -
Uses of CommandAck in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandAck