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