public class TableMigrationUtils extends Object
Constructor and Description |
---|
TableMigrationUtils() |
Modifier and Type | Method and Description |
---|---|
static Migrator |
getIcebergImporter(Catalog catalog,
String sourceDatabase,
String sourceTableName,
String targetDatabase,
String targetTableName,
Integer parallelism,
Map<String,String> options,
Map<String,String> icebergOptions) |
static Migrator |
getImporter(String connector,
Catalog catalog,
String sourceDatabase,
String sourceTableName,
String targetDatabase,
String targetTableName,
Integer parallelism,
Map<String,String> options) |
static List<Migrator> |
getImporters(String connector,
Catalog catalog,
String sourceDatabase,
Integer parallelism,
Map<String,String> options) |
public static Migrator getImporter(String connector, Catalog catalog, String sourceDatabase, String sourceTableName, String targetDatabase, String targetTableName, Integer parallelism, Map<String,String> options)
public static Migrator getIcebergImporter(Catalog catalog, String sourceDatabase, String sourceTableName, String targetDatabase, String targetTableName, Integer parallelism, Map<String,String> options, Map<String,String> icebergOptions)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.