@Deprecated public class FlinkPulsarRowSource extends FlinkPulsarSource<org.apache.flink.types.Row>
adminUrl, caseInsensitiveParams, clientConfigurationData, commitMaxRetries, deserializer, MAX_NUM_PENDING_CHECKPOINTS, metadataReader, pollTimeoutMs, properties, readerConf, uuid| Constructor and Description |
|---|
FlinkPulsarRowSource(String adminUrl,
org.apache.pulsar.client.impl.conf.ClientConfigurationData clientConf,
Properties properties)
Deprecated.
|
FlinkPulsarRowSource(String adminUrl,
org.apache.pulsar.client.impl.conf.ClientConfigurationData clientConf,
Properties properties,
PulsarDeserializationSchema<org.apache.flink.types.Row> deserializer)
Deprecated.
|
FlinkPulsarRowSource(String serviceUrl,
String adminUrl,
Properties properties)
Deprecated.
|
FlinkPulsarRowSource(String serviceUrl,
String adminUrl,
Properties properties,
PulsarDeserializationSchema<org.apache.flink.types.Row> deserializer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected PulsarFetcher<org.apache.flink.types.Row> |
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 PulsarDeserializationSchema<org.apache.flink.types.Row> |
getDeserializer()
Deprecated.
|
org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> |
getProducedType()
Deprecated.
|
assignTimestampsAndWatermarks, assignTimestampsAndWatermarks, cancel, close, createMetadataReader, getOwnedTopicStarts, getPendingOffsetsToCommit, getSubscriptionName, initializeState, joinDiscoveryLoopThread, notifyCheckpointAborted, notifyCheckpointComplete, offsetForEachTopic, open, run, runWithTopicsDiscovery, setStartFromEarliest, setStartFromLatest, setStartFromSpecificOffsets, setStartFromSubscription, setStartFromSubscription, snapshotStatepublic FlinkPulsarRowSource(String adminUrl, org.apache.pulsar.client.impl.conf.ClientConfigurationData clientConf, Properties properties, PulsarDeserializationSchema<org.apache.flink.types.Row> deserializer)
public FlinkPulsarRowSource(String adminUrl, org.apache.pulsar.client.impl.conf.ClientConfigurationData clientConf, Properties properties)
public FlinkPulsarRowSource(String serviceUrl, String adminUrl, Properties properties, PulsarDeserializationSchema<org.apache.flink.types.Row> deserializer)
public FlinkPulsarRowSource(String serviceUrl, String adminUrl, Properties properties)
public org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> getProducedType()
getProducedType in interface org.apache.flink.api.java.typeutils.ResultTypeQueryable<org.apache.flink.types.Row>getProducedType in class FlinkPulsarSource<org.apache.flink.types.Row>protected PulsarDeserializationSchema<org.apache.flink.types.Row> getDeserializer()
protected PulsarFetcher<org.apache.flink.types.Row> 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) throws Exception
createFetcher in class FlinkPulsarSource<org.apache.flink.types.Row>ExceptionCopyright © 2019–2021 The Apache Software Foundation. All rights reserved.