public class CloneFilesFunction extends CloneProcessFunction<CloneFileInfo,DataFileInfo>
dataFileSerializer, hiveCatalog, LOG, sourceCatalogConfig, tableCache, targetCatalog, targetCatalogConfig
Constructor and Description |
---|
CloneFilesFunction(Map<String,String> sourceCatalogConfig,
Map<String,String> targetCatalogConfig) |
Modifier and Type | Method and Description |
---|---|
void |
open(org.apache.flink.configuration.Configuration conf)
Do not annotate with
@override here to maintain compatibility with Flink 2.0+. |
void |
processElement(CloneFileInfo cloneFileInfo,
org.apache.flink.streaming.api.functions.ProcessFunction.Context context,
org.apache.flink.util.Collector<DataFileInfo> collector) |
close, getTable, open
public void open(org.apache.flink.configuration.Configuration conf) throws Exception
CloneProcessFunction
@override
here to maintain compatibility with Flink 2.0+.open
in interface org.apache.flink.api.common.functions.RichFunction
open
in class CloneProcessFunction<CloneFileInfo,DataFileInfo>
Exception
public void processElement(CloneFileInfo cloneFileInfo, org.apache.flink.streaming.api.functions.ProcessFunction.Context context, org.apache.flink.util.Collector<DataFileInfo> collector) throws Exception
processElement
in class org.apache.flink.streaming.api.functions.ProcessFunction<CloneFileInfo,DataFileInfo>
Exception
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.