| Package | Description |
|---|---|
| org.apache.flink.streaming.connectors.pulsar.internal |
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionProxy |
ReaderThread.exceptionProxy |
| Modifier and Type | Method and Description |
|---|---|
Map<TopicRange,ReaderThread<T>> |
PulsarFetcher.createAndStartReaderThread(List<PulsarTopicState<T>> states,
ExceptionProxy exceptionProxy) |
protected ReaderThread<T> |
PulsarFetcher.createReaderThread(ExceptionProxy exceptionProxy,
PulsarTopicState state) |
| Constructor and Description |
|---|
ReaderThread(PulsarFetcher<T> owner,
PulsarTopicState state,
org.apache.pulsar.client.impl.conf.ClientConfigurationData clientConf,
Map<String,Object> readerConf,
PulsarDeserializationSchema<T> deserializer,
int pollTimeoutMs,
ExceptionProxy exceptionProxy) |
ReaderThread(PulsarFetcher<T> owner,
PulsarTopicState state,
org.apache.pulsar.client.impl.conf.ClientConfigurationData clientConf,
Map<String,Object> readerConf,
PulsarDeserializationSchema<T> deserializer,
int pollTimeoutMs,
ExceptionProxy exceptionProxy,
boolean failOnDataLoss,
boolean useEarliestWhenDataLoss,
boolean excludeMessageId) |
Copyright © 2019–2022 The Apache Software Foundation. All rights reserved.