| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCompactCoordinator.processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<CompactMessages.CoordinatorInput> element) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CompactMessages.EndCheckpoint
A flag to end checkpoint, coordinator can start coordinating one checkpoint.
|
static class |
CompactMessages.InputFile
A partitioned input file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompactCoordinator.processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<CompactMessages.CoordinatorInput> element) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.