| Package | Description |
|---|---|
| org.apache.flink.connector.file.table | |
| org.apache.flink.connector.file.table.batch | |
| org.apache.flink.connector.file.table.batch.compact |
| Modifier and Type | Method and Description |
|---|---|
FileSystemOutputFormat.Builder<T> |
FileSystemOutputFormat.Builder.setPartitionCommitPolicyFactory(PartitionCommitPolicyFactory partitionCommitPolicyFactory) |
| Modifier and Type | Method and Description |
|---|---|
static <T> org.apache.flink.streaming.api.datastream.DataStreamSink<?> |
BatchSink.createBatchCompactSink(org.apache.flink.streaming.api.datastream.DataStream<CompactMessages.CoordinatorInput> dataStream,
org.apache.flink.streaming.api.functions.sink.filesystem.StreamingFileSink.BucketsBuilder<T,String,? extends org.apache.flink.streaming.api.functions.sink.filesystem.StreamingFileSink.BucketsBuilder<T,String,?>> builder,
CompactReader.Factory<T> readFactory,
FileSystemFactory fsFactory,
TableMetaStoreFactory metaStoreFactory,
PartitionCommitPolicyFactory partitionCommitPolicyFactory,
String[] partitionColumns,
LinkedHashMap<String,String> staticPartitionSpec,
org.apache.flink.core.fs.Path tmpPath,
org.apache.flink.table.catalog.ObjectIdentifier identifier,
long compactAverageSize,
long compactTargetSize,
boolean isToLocal,
boolean overwrite,
int compactParallelism,
boolean compactParallelismConfigured) |
| Constructor and Description |
|---|
BatchPartitionCommitterSink(FileSystemFactory fsFactory,
TableMetaStoreFactory msFactory,
boolean overwrite,
boolean isToLocal,
org.apache.flink.core.fs.Path tmpPath,
String[] partitionColumns,
LinkedHashMap<String,String> staticPartitions,
org.apache.flink.table.catalog.ObjectIdentifier identifier,
PartitionCommitPolicyFactory partitionCommitPolicyFactory) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.