| 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> |
PulsarFetcher.createAndStartReaderThread(List<PulsarTopicState> states,
ExceptionProxy exceptionProxy) |
protected ReaderThread |
PulsarRowFetcher.createReaderThread(ExceptionProxy exceptionProxy,
PulsarTopicState state)
Deprecated.
|
protected ReaderThread |
PulsarFetcher.createReaderThread(ExceptionProxy exceptionProxy,
PulsarTopicState state) |
| 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.