Uses of Class
org.apache.pulsar.common.api.proto.CommandAddPartitionToTxn
Packages that use CommandAddPartitionToTxn
Package
Description
Common protocol.
-
Uses of CommandAddPartitionToTxn in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandAddPartitionToTxnModifier and TypeMethodDescriptionCommandAddPartitionToTxn.addAllPartitions(Iterable<String> partitions) CommandAddPartitionToTxn.clear()CommandAddPartitionToTxn.clearPartitions()CommandAddPartitionToTxn.clearRequestId()CommandAddPartitionToTxn.clearTxnidLeastBits()CommandAddPartitionToTxn.clearTxnidMostBits()CommandAddPartitionToTxn.copyFrom(CommandAddPartitionToTxn _other) BaseCommand.getAddPartitionToTxn()BaseCommand.setAddPartitionToTxn()CommandAddPartitionToTxn.setRequestId(long requestId) CommandAddPartitionToTxn.setTxnidLeastBits(long txnidLeastBits) CommandAddPartitionToTxn.setTxnidMostBits(long txnidMostBits) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandAddPartitionToTxnModifier and TypeMethodDescriptionCommandAddPartitionToTxn.copyFrom(CommandAddPartitionToTxn _other) -
Uses of CommandAddPartitionToTxn in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandAddPartitionToTxnModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleAddPartitionToTxn(CommandAddPartitionToTxn commandAddPartitionToTxn)