| Modifier and Type | Field and Description |
|---|---|
StartupMode |
PulsarTableOptions.StartupOptions.startupMode |
| Modifier and Type | Method and Description |
|---|---|
Map<TopicRange,org.apache.pulsar.client.api.MessageId> |
FlinkPulsarSource.offsetForEachTopic(Set<TopicRange> topics,
StartupMode mode,
Map<TopicRange,org.apache.pulsar.client.api.MessageId> specificStartupOffsets) |
| Constructor and Description |
|---|
PulsarTableSource(Optional<org.apache.flink.table.api.TableSchema> providedSchema,
Optional<String> proctimeAttribute,
List<org.apache.flink.table.sources.RowtimeAttributeDescriptor> rowtimeAttributeDescriptors,
Optional<Map<String,String>> fieldMapping,
String serviceUrl,
String adminUrl,
Properties properties,
org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.types.Row> deserializationSchema,
StartupMode startupMode,
Map<String,org.apache.pulsar.client.api.MessageId> specificStartupOffsets,
String externalSubscriptionName) |
| Modifier and Type | Method and Description |
|---|---|
static StartupMode |
StartupMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartupMode[] |
StartupMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PulsarValidator.normalizeStartupMode(StartupMode startupMode) |
Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.