Uses of Enum Class
org.apache.pulsar.client.api.ProducerConfiguration.HashingScheme
Packages that use ProducerConfiguration.HashingScheme
-
Uses of ProducerConfiguration.HashingScheme in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return ProducerConfiguration.HashingSchemeModifier and TypeMethodDescriptionProducerConfiguration.getHashingScheme()Deprecated.Deprecated.Returns the enum constant of this class with the specified name.static ProducerConfiguration.HashingScheme[]ProducerConfiguration.HashingScheme.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.client.api with parameters of type ProducerConfiguration.HashingSchemeModifier and TypeMethodDescriptionProducerConfiguration.setHashingScheme(ProducerConfiguration.HashingScheme hashingScheme) Deprecated.