Package org.apache.flink.streaming.api.connector.sink2
-
Interface Summary Interface Description CommittableMessage<CommT> The message send fromSinkWritertoCommitter.SupportsPostCommitTopology<CommittableT> Allows expert users to implement a custom topology afterCommitter.SupportsPreCommitTopology<WriterResultT,CommittableT> Allows expert users to implement a custom topology afterSinkWriterand beforeCommitter.SupportsPreWriteTopology<InputT> Allows expert users to implement a custom topology beforeSinkWriter. -
Class Summary Class Description CommittableMessageSerializer<CommT> The serializer to serializeCommittableMessages in custom operators.CommittableMessageTypeInfo<CommT> The type information for theCommittableMessageto make it consumable from aDataStream.CommittableSummary<CommT> This class tracks the information about committables belonging to one checkpoint coming from one subtask.CommittableWithLineage<CommT> Provides metadata.StandardSinkTopologies This utility class provides building blocks for custom topologies.