| Interface | Description |
|---|---|
| CommittableMessage<CommT> |
The message send from
SinkWriter to Committer. |
| SupportsPostCommitTopology<CommittableT> |
Allows expert users to implement a custom topology after
Committer. |
| SupportsPreCommitTopology<WriterResultT,CommittableT> |
Allows expert users to implement a custom topology after
SinkWriter and before Committer. |
| SupportsPreWriteTopology<InputT> |
Allows expert users to implement a custom topology before
SinkWriter. |
| WithPostCommitTopology<InputT,CommT> | Deprecated
Please implement
Sink, SupportsCommitter and SupportsPostCommitTopology instead. |
| WithPreCommitTopology<InputT,CommT> | Deprecated
Please implement
Sink, SupportsCommitter and SupportsPreCommitTopology
instead. |
| WithPreWriteTopology<InputT> | Deprecated
Please implement
Sink and SupportsPreWriteTopology instead. |
| Class | Description |
|---|---|
| CommittableMessageSerializer<CommT> |
The serializer to serialize
CommittableMessages in custom operators. |
| CommittableMessageTypeInfo<CommT> |
The type information for the
CommittableMessage to make it consumable from a DataStream. |
| 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.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.