Uses of Class
org.apache.pulsar.client.api.HashingScheme
-
Packages that use HashingScheme Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of HashingScheme in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return HashingScheme Modifier and Type Method Description static HashingScheme
HashingScheme. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HashingScheme[]
HashingScheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.client.api with parameters of type HashingScheme Modifier and Type Method Description ProducerBuilder<T>
ProducerBuilder. hashingScheme(HashingScheme hashingScheme)
Change theHashingScheme
used to chose the partition on where to publish a particular message.
-