@Deprecated public class PulsarRowFetcher extends PulsarFetcher<org.apache.flink.types.Row>
clientConf, deserializer, metadataReader, pollTimeoutMs, readerConf, seedTopicsWithInitialOffsets, sourceContext, subscribedPartitionStates, unassignedPartitionsQueue| Constructor and Description |
|---|
PulsarRowFetcher(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<org.apache.flink.types.Row> 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 runtimeContext,
org.apache.pulsar.client.impl.conf.ClientConfigurationData clientConf,
Map<String,Object> readerConf,
int pollTimeoutMs,
PulsarDeserializationSchema<org.apache.flink.types.Row> deserializer,
PulsarMetadataReader metadataReader,
boolean useExtendField,
boolean usePulsarDeser)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected ReaderThread |
createReaderThread(ExceptionProxy exceptionProxy,
PulsarTopicState state)
Deprecated.
|
addDiscoveredTopics, cancel, commitOffsetToPulsar, createAndStartReaderThread, doCommitOffsetToPulsar, emitRecord, getMetaDataReader, getSubscribedTopicStates, removeEarliestAndLatest, runFetchLoop, snapshotCurrentStatepublic PulsarRowFetcher(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<org.apache.flink.types.Row> 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 runtimeContext,
org.apache.pulsar.client.impl.conf.ClientConfigurationData clientConf,
Map<String,Object> readerConf,
int pollTimeoutMs,
PulsarDeserializationSchema<org.apache.flink.types.Row> deserializer,
PulsarMetadataReader metadataReader,
boolean useExtendField,
boolean usePulsarDeser)
throws Exception
Exceptionprotected ReaderThread createReaderThread(ExceptionProxy exceptionProxy, PulsarTopicState state)
createReaderThread in class PulsarFetcher<org.apache.flink.types.Row>Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.