Uses of Enum Class
org.apache.pulsar.client.api.HashingScheme
Packages that use HashingScheme
-
Uses of HashingScheme in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return HashingSchemeModifier and TypeMethodDescriptionstatic HashingSchemeReturns the enum constant of this class with the specified name.static HashingScheme[]HashingScheme.values()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 HashingSchemeModifier and TypeMethodDescriptionProducerBuilder.hashingScheme(HashingScheme hashingScheme) Change theHashingSchemeused to choose the partition on which to publish a particular message.