Uses of Class
org.apache.pulsar.common.api.proto.CommandProducer
Packages that use CommandProducer
Package
Description
Common protocol.
-
Uses of CommandProducer in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandProducerModifier and TypeMethodDescriptionCommandProducer.addAllMetadatas(Iterable<KeyValue> metadatas) CommandProducer.clear()CommandProducer.clearEncrypted()CommandProducer.clearEpoch()CommandProducer.clearInitialSubscriptionName()CommandProducer.clearMetadata()CommandProducer.clearProducerAccessMode()CommandProducer.clearProducerId()CommandProducer.clearProducerName()CommandProducer.clearRequestId()CommandProducer.clearSchema()CommandProducer.clearTopic()CommandProducer.clearTopicEpoch()CommandProducer.clearTxnEnabled()CommandProducer.clearUserProvidedProducerName()CommandProducer.copyFrom(CommandProducer _other) BaseCommand.getProducer()CommandProducer.setEncrypted(boolean encrypted) CommandProducer.setEpoch(long epoch) CommandProducer.setInitialSubscriptionName(String initialSubscriptionName) BaseCommand.setProducer()CommandProducer.setProducerAccessMode(ProducerAccessMode producerAccessMode) CommandProducer.setProducerId(long producerId) CommandProducer.setProducerName(String producerName) CommandProducer.setRequestId(long requestId) CommandProducer.setTopicEpoch(long topicEpoch) CommandProducer.setTxnEnabled(boolean txnEnabled) CommandProducer.setUserProvidedProducerName(boolean userProvidedProducerName) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandProducer -
Uses of CommandProducer in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandProducerModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleProducer(CommandProducer producer) CommandUtils.metadataFromCommand(CommandProducer commandProducer)