Package org.apache.flink.streaming.api.connector.sink2
package org.apache.flink.streaming.api.connector.sink2
-
ClassDescriptionCommittableMessage<CommT>The message send from
SinkWritertoCommitter.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.This utility class provides building blocks for custom topologies.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.