public class TableMigrationUtils extends Object
Constructor and Description |
---|
TableMigrationUtils() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.