| Package | Description |
|---|---|
| org.apache.paimon.flink.sink | |
| org.apache.paimon.flink.sink.partition |
| Modifier and Type | Method and Description |
|---|---|
static Committer.Context |
Committer.createContext(String commitUser,
org.apache.flink.metrics.groups.OperatorMetricGroup metricGroup,
boolean streamingCheckpointEnabled,
boolean isRestored,
org.apache.flink.api.common.state.OperatorStateStore stateStore,
int parallelism,
int subtaskIndex) |
| Modifier and Type | Method and Description |
|---|---|
Committer<CommitT,GlobalCommitT> |
Committer.Factory.create(Committer.Context context) |
| Constructor and Description |
|---|
StoreCommitter(FileStoreTable table,
TableCommit commit,
Committer.Context context) |
StoreMultiCommitter(CatalogLoader catalogLoader,
Committer.Context context) |
StoreMultiCommitter(CatalogLoader catalogLoader,
Committer.Context context,
boolean ignoreEmptyCommit,
Map<String,String> dynamicOptions) |
StoreMultiCommitter(CatalogLoader catalogLoader,
Committer.Context context,
boolean ignoreEmptyCommit,
Map<String,String> dynamicOptions,
boolean eagerInit,
TableFilter tableFilter) |
| Modifier and Type | Method and Description |
|---|---|
static PartitionListeners |
PartitionListeners.create(Committer.Context context,
FileStoreTable table) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.