| 接口 | 说明 |
|---|---|
| Committer |
The
Committer is responsible for creating and committing an aggregated committable, which
we call committable (see Committer.combine(long, java.util.List<org.apache.flink.table.store.connector.sink.Committable>)). |
| 类 | 说明 |
|---|---|
| BucketStreamPartitioner |
A
StreamPartitioner to partition records by bucket. |
| Committable |
Committable produced by
PrepareCommitOperator. |
| CommittableSerializer |
SimpleVersionedSerializer for Committable. |
| CommittableTypeInfo |
Type information of
Committable. |
| CommitterOperator |
Committer operator to commit
Committable. |
| FileCommittableSerializer |
SimpleVersionedSerializer for FileCommittable. |
| FlinkSinkBuilder |
Sink builder to build a flink sink from input.
|
| LogOffsetCommittable |
Log offset committable for a bucket.
|
| PrepareCommitOperator |
Prepare commit operator to emit
Committables. |
| StoreCommitter |
Committer for dynamic store. |
| StoreCompactOperator |
A dedicated operator for manual triggered compaction.
|
| StoreSink |
Sink of dynamic store.
|
| StoreWriteOperator |
A
PrepareCommitOperator to write records. |
| TableStoreSink |
Table sink to create
StoreSink. |
Copyright © 2019–2022 The Apache Software Foundation. All rights reserved.