Modifier and Type | Class and Description |
---|---|
class |
FileSink<IN>
A unified sink that emits its input elements to
FileSystem files within buckets. |
Modifier and Type | Class and Description |
---|---|
class |
KafkaSink<IN>
Flink Sink to produce data into a Kafka topic.
|
Modifier and Type | Class and Description |
---|---|
class |
PulsarSink<IN>
The Sink implementation of Pulsar.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WithPostCommitTopology<InputT,CommT>
Allows expert users to implement a custom topology after
Committer . |
interface |
WithPreCommitTopology<InputT,CommT>
Allows expert users to implement a custom topology after
SinkWriter and before Committer . |
Constructor and Description |
---|
CommitterOperatorFactory(TwoPhaseCommittingSink<?,CommT> sink,
boolean isBatchMode,
boolean isCheckpointingEnabled) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.