| Package | Description |
|---|---|
| org.apache.flink.connector.pulsar.sink | |
| org.apache.flink.connector.pulsar.sink.config | |
| org.apache.flink.connector.pulsar.sink.writer.router |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<MessageKeyHash> |
PulsarSinkOptions.PULSAR_MESSAGE_KEY_HASH |
| Modifier and Type | Method and Description |
|---|---|
MessageKeyHash |
SinkConfiguration.getMessageKeyHash()
The message key's hash logic for routing the message into one Pulsar partition.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageKeyHash |
MessageKeyHash.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageKeyHash[] |
MessageKeyHash.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.