Uses of Class
org.apache.pulsar.common.api.proto.CommandAddPartitionToTxnResponse
Packages that use CommandAddPartitionToTxnResponse
Package
Description
Common protocol.
-
Uses of CommandAddPartitionToTxnResponse in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandAddPartitionToTxnResponseModifier and TypeMethodDescriptionCommandAddPartitionToTxnResponse.clear()CommandAddPartitionToTxnResponse.clearError()CommandAddPartitionToTxnResponse.clearMessage()CommandAddPartitionToTxnResponse.clearRequestId()CommandAddPartitionToTxnResponse.clearTxnidLeastBits()CommandAddPartitionToTxnResponse.clearTxnidMostBits()CommandAddPartitionToTxnResponse.copyFrom(CommandAddPartitionToTxnResponse _other) BaseCommand.getAddPartitionToTxnResponse()BaseCommand.setAddPartitionToTxnResponse()CommandAddPartitionToTxnResponse.setError(ServerError error) CommandAddPartitionToTxnResponse.setMessage(String message) CommandAddPartitionToTxnResponse.setRequestId(long requestId) CommandAddPartitionToTxnResponse.setTxnidLeastBits(long txnidLeastBits) CommandAddPartitionToTxnResponse.setTxnidMostBits(long txnidMostBits) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandAddPartitionToTxnResponseModifier and TypeMethodDescriptionCommandAddPartitionToTxnResponse.copyFrom(CommandAddPartitionToTxnResponse _other) -
Uses of CommandAddPartitionToTxnResponse in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandAddPartitionToTxnResponseModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleAddPartitionToTxnResponse(CommandAddPartitionToTxnResponse commandAddPartitionToTxnResponse)