Uses of Class
org.apache.pulsar.common.api.proto.CommandEndTxnOnPartitionResponse
Packages that use CommandEndTxnOnPartitionResponse
Package
Description
Common protocol.
-
Uses of CommandEndTxnOnPartitionResponse in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandEndTxnOnPartitionResponseModifier and TypeMethodDescriptionCommandEndTxnOnPartitionResponse.clear()CommandEndTxnOnPartitionResponse.clearError()CommandEndTxnOnPartitionResponse.clearMessage()CommandEndTxnOnPartitionResponse.clearRequestId()CommandEndTxnOnPartitionResponse.clearTxnidLeastBits()CommandEndTxnOnPartitionResponse.clearTxnidMostBits()CommandEndTxnOnPartitionResponse.copyFrom(CommandEndTxnOnPartitionResponse _other) BaseCommand.getEndTxnOnPartitionResponse()BaseCommand.setEndTxnOnPartitionResponse()CommandEndTxnOnPartitionResponse.setError(ServerError error) CommandEndTxnOnPartitionResponse.setMessage(String message) CommandEndTxnOnPartitionResponse.setRequestId(long requestId) CommandEndTxnOnPartitionResponse.setTxnidLeastBits(long txnidLeastBits) CommandEndTxnOnPartitionResponse.setTxnidMostBits(long txnidMostBits) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandEndTxnOnPartitionResponseModifier and TypeMethodDescriptionCommandEndTxnOnPartitionResponse.copyFrom(CommandEndTxnOnPartitionResponse _other) -
Uses of CommandEndTxnOnPartitionResponse in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandEndTxnOnPartitionResponseModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleEndTxnOnPartitionResponse(CommandEndTxnOnPartitionResponse commandEndTxnOnPartitionResponse)