| Modifier and Type | Class and Description |
|---|---|
static class |
IcebergMigrator.MigrateTask
One import task for one partition.
|
| Constructor and Description |
|---|
IcebergMigrator(Catalog paimonCatalog,
String paimonDatabaseName,
String paimonTableName,
String icebergDatabaseName,
String icebergTableName,
Options icebergOptions,
Integer parallelism,
Map<String,String> options) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteOriginTable(boolean delete) |
void |
executeMigrate() |
void |
renameTable(boolean ignoreIfNotExists) |
public void executeMigrate()
throws Exception
executeMigrate in interface MigratorExceptionpublic void deleteOriginTable(boolean delete)
throws Exception
deleteOriginTable in interface MigratorExceptionpublic void renameTable(boolean ignoreIfNotExists)
throws Exception
renameTable in interface MigratorExceptionCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.