Uses of Enum Class
org.apache.pulsar.common.api.proto.ProducerAccessMode
Packages that use ProducerAccessMode
Package
Description
Common protocol.
-
Uses of ProducerAccessMode in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return ProducerAccessModeModifier and TypeMethodDescriptionCommandProducer.getProducerAccessMode()static ProducerAccessModeProducerAccessMode.valueOf(int n) Returns the enum constant of this class with the specified name.static ProducerAccessModeReturns the enum constant of this class with the specified name.static ProducerAccessMode[]ProducerAccessMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.common.api.proto with parameters of type ProducerAccessModeModifier and TypeMethodDescriptionCommandProducer.setProducerAccessMode(ProducerAccessMode producerAccessMode) -
Uses of ProducerAccessMode in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type ProducerAccessModeModifier and TypeMethodDescriptionstatic org.apache.pulsar.client.api.ProducerAccessModeCommands.convertProducerAccessMode(ProducerAccessMode accessMode)