@FunctionalInterface public interface ResourceCleaner
ResourceCleaner executes instances on the given JobID.| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
cleanupAsync(org.apache.flink.api.common.JobID jobId)
Cleans job-related data from resources asynchronously.
|
CompletableFuture<Void> cleanupAsync(org.apache.flink.api.common.JobID jobId)
jobId - The JobID referring to the job for which the data shall be cleaned up.Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.