Package | Description |
---|---|
org.apache.paimon.flink.orphan | |
org.apache.paimon.operation |
Modifier and Type | Method and Description |
---|---|
static CleanOrphanFilesResult |
FlinkOrphanFilesClean.executeDatabaseOrphanFiles(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment env,
Catalog catalog,
long olderThanMillis,
SerializableConsumer<Path> fileCleaner,
Integer parallelism,
String databaseName,
String tableName) |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.streaming.api.datastream.DataStream<CleanOrphanFilesResult> |
FlinkOrphanFilesClean.doOrphanClean(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment env) |
Modifier and Type | Method and Description |
---|---|
CleanOrphanFilesResult |
LocalOrphanFilesClean.clean() |
static CleanOrphanFilesResult |
LocalOrphanFilesClean.executeDatabaseOrphanFiles(Catalog catalog,
String databaseName,
String tableName,
long olderThanMillis,
SerializableConsumer<Path> fileCleaner,
Integer parallelism) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.