| Package | Description |
|---|---|
| org.apache.paimon.flink.sink | |
| org.apache.paimon.table.sink |
| Constructor and Description |
|---|
StoreCommitter(FileStoreTable table,
TableCommit commit,
Committer.Context context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BatchTableCommit
A
TableCommit for batch processing. |
interface |
InnerTableCommit
Inner
TableCommit contains overwrite setter. |
interface |
StreamTableCommit
A
TableCommit for stream processing. |
| Modifier and Type | Class and Description |
|---|---|
class |
TableCommitImpl
An abstraction layer above
FileStoreCommit to provide snapshot commit and expiration. |
| Modifier and Type | Method and Description |
|---|---|
TableCommit |
WriteBuilder.newCommit()
Create a
TableCommit to commit CommitMessages. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.