| Package | Description |
|---|---|
| org.apache.flink.connector.file.table |
| Modifier and Type | Class and Description |
|---|---|
class |
MetastoreCommitPolicy
Partition commit policy to update metastore.
|
class |
SuccessFileCommitPolicy
Partition commit policy to add success file to directory.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartitionCommitPolicy> |
PartitionCommitPolicyFactory.createPolicyChain(ClassLoader cl,
Supplier<org.apache.flink.core.fs.FileSystem> fsSupplier)
Create a policy chain.
|
| Constructor and Description |
|---|
FileSystemCommitter(FileSystemFactory factory,
TableMetaStoreFactory metaStoreFactory,
boolean overwrite,
org.apache.flink.core.fs.Path tmpPath,
int partitionColumnSize,
boolean isToLocal,
org.apache.flink.table.catalog.ObjectIdentifier identifier,
LinkedHashMap<String,String> staticPartitions,
List<PartitionCommitPolicy> policies) |
PartitionLoader(boolean overwrite,
org.apache.flink.core.fs.FileSystem sourceFs,
TableMetaStoreFactory factory,
boolean isToLocal,
org.apache.flink.table.catalog.ObjectIdentifier identifier,
List<PartitionCommitPolicy> policies) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.