| Package | Description |
|---|---|
| org.apache.flink.streaming.connectors.pulsar | |
| org.apache.flink.streaming.connectors.pulsar.internal |
| Modifier and Type | Method and Description |
|---|---|
protected PulsarFetcher<org.apache.flink.types.Row> |
FlinkPulsarRowSource.createFetcher(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext sourceContext,
Map<TopicRange,org.apache.pulsar.client.api.MessageId> seedTopicsWithInitialOffsets,
org.apache.flink.util.SerializedValue<org.apache.flink.streaming.api.functions.AssignerWithPeriodicWatermarks<org.apache.flink.types.Row>> watermarksPeriodic,
org.apache.flink.util.SerializedValue<org.apache.flink.streaming.api.functions.AssignerWithPunctuatedWatermarks<org.apache.flink.types.Row>> watermarksPunctuated,
org.apache.flink.streaming.runtime.tasks.ProcessingTimeService processingTimeProvider,
long autoWatermarkInterval,
ClassLoader userCodeClassLoader,
org.apache.flink.streaming.api.operators.StreamingRuntimeContext streamingRuntime)
Deprecated.
|
protected PulsarFetcher<T> |
FlinkPulsarSource.createFetcher(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext sourceContext,
Map<TopicRange,org.apache.pulsar.client.api.MessageId> seedTopicsWithInitialOffsets,
org.apache.flink.util.SerializedValue<org.apache.flink.streaming.api.functions.AssignerWithPeriodicWatermarks<T>> watermarksPeriodic,
org.apache.flink.util.SerializedValue<org.apache.flink.streaming.api.functions.AssignerWithPunctuatedWatermarks<T>> watermarksPunctuated,
org.apache.flink.streaming.runtime.tasks.ProcessingTimeService processingTimeProvider,
long autoWatermarkInterval,
ClassLoader userCodeClassLoader,
org.apache.flink.streaming.api.operators.StreamingRuntimeContext streamingRuntime) |
| Modifier and Type | Class and Description |
|---|---|
class |
PulsarRowFetcher
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected PulsarFetcher |
ReaderThread.owner |
| Constructor and Description |
|---|
ReaderThread(PulsarFetcher owner,
PulsarTopicState state,
org.apache.pulsar.client.impl.conf.ClientConfigurationData clientConf,
Map<String,Object> readerConf,
PulsarDeserializationSchema<T> deserializer,
int pollTimeoutMs,
ExceptionProxy exceptionProxy) |
ReaderThread(PulsarFetcher owner,
PulsarTopicState state,
org.apache.pulsar.client.impl.conf.ClientConfigurationData clientConf,
Map<String,Object> readerConf,
PulsarDeserializationSchema<T> deserializer,
int pollTimeoutMs,
ExceptionProxy exceptionProxy,
boolean failOnDataLoss) |
RowReaderThread(PulsarFetcher owner,
PulsarTopicState state,
org.apache.pulsar.client.impl.conf.ClientConfigurationData clientConf,
Map<String,Object> readerConf,
int pollTimeoutMs,
org.apache.pulsar.common.schema.SchemaInfo pulsarSchema,
PulsarDeserializationSchema<org.apache.flink.types.Row> deserializer,
ExceptionProxy exceptionProxy,
boolean useExtendField)
Deprecated.
|
Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.