| Package | Description |
|---|---|
| org.apache.pulsar.client.api |
Pulsar Client API.
|
| Modifier and Type | Method and Description |
|---|---|
static HashingScheme |
HashingScheme.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
ProducerBuilder<T> |
ProducerBuilder.hashingScheme(HashingScheme hashingScheme)
Change the
HashingScheme used to chose the partition on where to publish a particular message. |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.